diff options
author | anekos | 2009-02-24 16:30:27 +0000 |
---|---|---|
committer | anekos | 2009-02-24 16:30:27 +0000 |
commit | 1c211b94a40821e0c347ed9689628fb953763627 (patch) | |
tree | 769aceea13c2e25d82fef62da558305ef95dee9b /maine_coon.js | |
parent | 96e8b9cd2d2d086152a74b9147719b7abe3fcdbb (diff) | |
download | vimperator-plugins-1c211b94a40821e0c347ed9689628fb953763627.tar.bz2 |
説明追加
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@30505 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'maine_coon.js')
-rw-r--r-- | maine_coon.js | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/maine_coon.js b/maine_coon.js index aabf220..3b3c7d6 100644 --- a/maine_coon.js +++ b/maine_coon.js @@ -36,9 +36,9 @@ let PLUGIN_INFO = <VimperatorPlugin> <name>Maine Coon</name> <name lang="ja">メインクーン</name> - <description>Makes more large screen</description> + <description>Make the screen larger</description> <description lang="ja">なるべくでかい画面で使えるように</description> - <version>2.1.0</version> + <version>2.1.1</version> <author mail="anekos@snca.net" homepage="http://d.hatena.ne.jp/nokturnalmortum/">anekos</author> <minVersion>2.0pre</minVersion> <maxVersion>2.0pre</maxVersion> @@ -67,6 +67,8 @@ let PLUGIN_INFO = :set mainecoon=ac ||< The default value of this option is "am". + === note === + Probably, The C and c options are supported on some OSs only. == Global Variables == maine_coon_targets: Other elements IDs that you want to hide. @@ -79,6 +81,8 @@ let PLUGIN_INFO = == Thanks == snaka72 (hidechrome part): http://vimperator.g.hatena.ne.jp/snaka72/20090106/1231262955 + == Maine Coon == + http://en.wikipedia.org/wiki/Maine_Coon ]]></detail> <detail lang="ja"><![CDATA[ == Requires == @@ -103,6 +107,8 @@ let PLUGIN_INFO = :set mainecoon=ac ||< デフォルト値は "am" + === 備考 === + C c オプションはいくつかの OS でのみ有効です。多分。 == Global Variables == maine_coon_targets: フルスクリーン時にの非表示にしたい要素のIDを空白区切りで指定します。 @@ -117,6 +123,8 @@ let PLUGIN_INFO = == Thanks == snaka72 (hidechrome part): http://vimperator.g.hatena.ne.jp/snaka72/20090106/1231262955 + == メインクーン == + http://ja.wikipedia.org/wiki/%E3%83%A1%E3%82%A4%E3%83%B3%E3%82%AF%E3%83%BC%E3%83%B3 ]]></detail> </VimperatorPlugin>; |