Image Search Options
Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.
Was ist Image Search Options?
Image Search Options ist eine Chrome-Erweiterung, die von https://saucenao.com entwickelt wurde, und ihr Hauptmerkmal ist "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.".
Erweiterungsscreenshots
Image Search Options-Erweiterungs-CRX-Datei herunterladen
Laden Sie Image Search Options-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Image Search Options |
ID | kljmejbpilkadikecejccebmccagifhl |
Offizielle URL | https://chromewebstore.google.com/detail/image-search-options/kljmejbpilkadikecejccebmccagifhl |
Beschreibung | Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options. |
Dateigröße | 15.01 KB |
Installationsanzahl | 147,900 |
Aktuelle Version | 0.0.7.6 |
Letztes Update | 2023-06-14 |
Veröffentlichungsdatum | 2020-02-15 |
Bewertung | 4.64/5 Insgesamt 606 Bewertungen |
Entwickler | https://saucenao.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://saucenao.blogspot.com |
URL der Datenschutzrichtlinien-Seite | https://saucenao.com/tools/ImageSearchOptions_PrivacyPolicy.txt |
Unterstützte Sprachen | 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 } |