From 84b76ac42f6276ad5e45d9c20f3c8ddb994d850a Mon Sep 17 00:00:00 2001 From: teramako Date: Wed, 4 Mar 2009 15:44:38 +0000 Subject: add PLUGIN_INFO git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30843 d0d07461-0603-4401-acd4-de1884942a52 --- inspector.js | 38 +++++++++++++++++++++----------------- 1 file changed, 21 insertions(+), 17 deletions(-) (limited to 'inspector.js') diff --git a/inspector.js b/inspector.js index 3d882b5..38022c3 100644 --- a/inspector.js +++ b/inspector.js @@ -1,20 +1,24 @@ -/** - * ==VimperatorPlugin== - * @name inspector - * @description DOM Inspector commands - * @depend "DOM Inspector" inspector@mozilla.org - * @author teramako teramako@gmail.com - * @minVersion 2.0pre - * @version 1.1 - * ==/VimperatorPlugin== - * - * Usage: - * - * :inspect #{id} -> inspect the element of the {id} in browser content - * :inspect! #{id} -> inspect the element of the {id} in firefox - * :inspect[!] -f[rame] #{id} -> inspect the document in the frame element of the {id} - * :inspect {str} -> inspect the return value of evaluated the {str} - */ +let PLUGIN_INFO = + +{NAME} +DOM Inspector command +DOM Inspector +teramako +0.2 +2.0pre +2.0 + +; (function(){ -- cgit v1.2.3