diff options
author | anekos | 2009-03-31 18:36:37 +0000 |
---|---|---|
committer | anekos | 2009-03-31 18:36:37 +0000 |
commit | cdb8a0f0de9307f8f568ac451e27bf48eaa1f5da (patch) | |
tree | 703b7fa84832236a1f85937b71fded8650663ce8 | |
parent | 07b029340a121462005ed638f82235d9d2ba8c24 (diff) | |
download | vimperator-plugins-cdb8a0f0de9307f8f568ac451e27bf48eaa1f5da.tar.bz2 |
対応バージョンを変更
リンク先を修正
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@31755 d0d07461-0603-4401-acd4-de1884942a52
-rw-r--r-- | imageextender.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/imageextender.js b/imageextender.js index b4f01ad..d8c0189 100644 --- a/imageextender.js +++ b/imageextender.js @@ -40,8 +40,8 @@ let PLUGIN_INFO = <author mail="janus_wel@fb3.so-net.ne.jp" homepage="http://d.hatena.ne.jp/janus_wel">janus_wel</author> <license document="http://www.opensource.org/licenses/bsd-license.php">New BSD License</license> <version>0.20</version> - <minversion>2.0pre</minversion> - <maxversion>2.0pre</maxversion> + <minversion>2.0</minversion> + <maxversion>2.1pre</maxversion> <detail><![CDATA[ == USAGE == Extended-hints mode ';m' to yank image URL and ';M' to save image are @@ -53,7 +53,7 @@ images of current page, but it effects heavy load to the server, you must use carefully. We are NOT RESPONSIBLE for result of this command. Additionally, following modes are available if you installed Image Zoom -add-on ( https://addons.mozilla.org/de/firefox/addon/139 ). These feature +add-on ( https://addons.mozilla.org/firefox/addon/139 ). These feature were provided by Frank Blendinger. Thanks !! - ';i' to zoom in image @@ -103,7 +103,7 @@ start it to save image, and prompt is not displayed at save operation. これは現在のページの画像をすべて保存するものですが、サーバに大きな負荷がかかるため注意して使ってください。 このコマンドの使用による結果は一切の責任を負いかねます。 -さらに、 Image Zoom ( https://addons.mozilla.org/de/firefox/addon/139 ) アドオンをインストールしている場合以下のモードが使えるようになります。 +さらに、 Image Zoom ( https://addons.mozilla.org/firefox/addon/139 ) アドオンをインストールしている場合以下のモードが使えるようになります。 この機能は Frank Blendinger さんによって提供されました。ありがとう !! - 画像を拡大する ';i' |