Image Search Options
Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.
O que é Image Search Options?
Image Search Options é uma extensão do Chrome desenvolvida por https://saucenao.com, e sua principal característica é "Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Image Search Options
Baixe arquivos de extensão Image Search Options no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Image Search Options |
ID | kljmejbpilkadikecejccebmccagifhl |
URL Oficial | https://chromewebstore.google.com/detail/image-search-options/kljmejbpilkadikecejccebmccagifhl |
Descrição | Image Search Options for Chrome provides a set of highly customizable reverse image search context menu options. |
Tamanho do Arquivo | 15.01 KB |
Contagem de Instalações | 147,900 |
Versão Atual | 0.0.7.6 |
Última Atualização | 2023-06-14 |
Data de Publicação | 2020-02-15 |
Classificação | 4.64/5 Total de 606 Avaliações |
Desenvolvedor | https://saucenao.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://saucenao.blogspot.com |
URL da Página de Política de Privacidade | https://saucenao.com/tools/ImageSearchOptions_PrivacyPolicy.txt |
Idiomas Suportados | 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 } |