Rich Image Previewer
Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.
Rich Image Previewerとは何ですか?
Rich Image PreviewerはYoshifumi Shiibaによって開発されたChromeの拡張機能で、その主な機能は「Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.」です。
拡張機能のスクリーンショット
Rich Image Previewer拡張機能のCRXファイルをダウンロード
Rich Image Previewer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds the Rich UI for the open image in tab mode on Google Chrome. It does not eat RAM on no using because runs only open an image on tab. The MIT License https://github.com/YoshifumiShiiba/RichImagePreviewer
拡張機能の基本情報
名前 | Rich Image Previewer |
ID | bnonggkheicloopdmbkkomefmokffafi |
公式URL | https://chromewebstore.google.com/detail/rich-image-previewer/bnonggkheicloopdmbkkomefmokffafi |
説明 | Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab. |
ファイルサイズ | 317 KB |
インストール数 | 70 |
現在のバージョン | 1.0.2 |
最終更新日 | 2013-04-13 |
公開日 | 2013-04-13 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | Yoshifumi Shiiba |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Extension adds the Rich UI for the open image in tab. It runs with only open the image in tab.", "name": "Rich Image Previewer", "minimum_chrome_version": "20.0.0.0", "icons": { "48": "imageinfo-48.png", "128": "imageinfo-128.png", "16": "imageinfo-16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*.jpg", "https:\/\/*\/*.jpg", "http:\/\/*\/*.jpeg", "https:\/\/*\/*.jpeg", "http:\/\/*\/*.gif", "https:\/\/*\/*.gif", "http:\/\/*\/*.png", "https:\/\/*\/*.png" ], "js": [ "jquery-1.9.1.js", "jquery-ui-1.10.2.custom.min.js", "main.js" ], "css": [ "main.css" ] } ], "manifest_version": 2, "version": "1.0.2" } |