| | 23 | |
| | 24 | let PLUGIN_INFO = |
| | 25 | <VimperatorPlugin> |
| | 26 | <name>{NAME}</name> |
| | 27 | <description>blink elements by XPath</description> |
| | 28 | <author mail="teramako@gmail.com" homepage="http://vimperator.g.hatena.ne.jp/teramako/">teramako</author> |
| | 29 | <require type="extension" id="inspector@mozilla.org">DOM Inspector</require> |
| | 30 | <license>MPL 1.1</license> |
| | 31 | <version>1.1</version> |
| | 32 | <minVersion>2.2</minVersion> |
| | 33 | <maxVersion>2.3</maxVersion> |
| | 34 | <updateURL>http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk/xpathBlink.js</updateURL> |
| | 35 | <detail><![CDATA[ |
| | 36 | for test xpath |
| | 37 | |
| | 38 | == Usage== |
| | 39 | :xpathb[link] {expression}: |
| | 40 | :xb {expression} |
| | 41 | blink specified elements with XPath {expression} |
| | 42 | |
| | 43 | == Caution == |
| | 44 | It's need "DOM Inspector" addon |
| | 45 | ]]></detail> |
| | 46 | </VimperatorPlugin>; |