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 |
官方網址 | 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 |
電子郵箱 | [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 } |