Image Search Options
Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.
Image Search Optionsとは何ですか?
Image Search Optionsはhttps://saucenao.comによって開発されたChromeの拡張機能で、その主な機能は「Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.」です。
拡張機能のスクリーンショット
Image Search Options拡張機能のCRXファイルをダウンロード
Image Search Options拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds a set of customizable context menu options to the right click menu of images. These options allow for fast and efficient use of the IQDB, SauceNAO, TinEye, Google, (etc...) reverse image search engines. Users are free to add their own sites and customize existing ones. The chrome version of Image Search Options is not yet as extensible as the Firefox version, but with time it will continue to improve. To report a bug, or request a new feature, send me an email at [email protected] Example image source: http://www.pixiv.net/member_illust.php?mode=medium&illust_id=22979429
拡張機能の基本情報
名前 | Image Search Options |
ID | kljmejbpilkadikecejccebmccagifhl |
公式URL | https://chromewebstore.google.com/detail/image-search-options/kljmejbpilkadikecejccebmccagifhl |
説明 | Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options. |
ファイルサイズ | 15.01 KB |
インストール数 | 147,900 |
現在のバージョン | 0.0.7.6 |
最終更新日 | 2023-06-14 |
公開日 | 2020-02-15 |
評価 | 4.64/5 合計 606 レビュー |
開発者 | https://saucenao.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://saucenao.blogspot.com |
プライバシーポリシーページのURL | https://saucenao.com/tools/ImageSearchOptions_PrivacyPolicy.txt |
対応言語 | en |
manifest.json | |
{ "name": "Image Search Options", "description": "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.", "version": "0.0.7.6", "minimum_chrome_version": "22", "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "createmenu.js", "eventPage.js" ] }, "options_page": "options.html", "icons": { "16": "iso_16.png", "48": "iso_48.png", "128": "iso_128.png" }, "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2 } |