plugin.getScriptTitle
The 'getScriptTitle' function retrieves caption of the plugin defined in the script header ( //sCaption=... ).
getScriptTitle函数获取插件的名称
- Prototype: plugin.getScriptTitle();
 - Parameters: None.
 - Return Value: caption text of the plugin.
 - Example: 
alert(plugin.getScriptTitle());