From 19673f1a91d4c3ac94a0bbdb2fa6407ca7dccb68 Mon Sep 17 00:00:00 2001 From: teramako Date: Sat, 23 Oct 2010 23:22:01 +0900 Subject: add plugin help * 公式helpを追加 * 旧式を削除 --- inspector.js | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) (limited to 'inspector.js') diff --git a/inspector.js b/inspector.js index 7404dbf..6a46b88 100644 --- a/inspector.js +++ b/inspector.js @@ -1,24 +1,31 @@ -let PLUGIN_INFO = - -{NAME} -DOM Inspector command -DOM Inspector -teramako -0.3 -2.3pre -2.3pre - -; +let INFO = + + teramako + MPL 1.1/GPL 2.0/LGPL 2.1 + +

+ run DOM Inspector. + Of caorse, needs DOM Inspector. +

+ + :inspect + :inspect! #id + +

inspect the element of id in browser content

+

if bang (!) is exists, inspect in firefox instead.

+
+
+ + :inspect + :inpeect expr + +

inspect the return value of evaluated the expr

+
+
+
; (function(){ -- cgit v1.2.3