Reverse Image Search
Right click on an image and find it's origin in Google image search.
O que é Reverse Image Search?
Reverse Image Search é uma extensão do Chrome desenvolvida por dejan-tools, e sua principal característica é "Right click on an image and find it's origin in Google image search.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Reverse Image Search
Baixe arquivos de extensão Reverse Image Search 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
Search by image! Reverse image search extension allows you to search Google by image. Right-click on an image and discover where else it has been used of find it's origin. This tool is powered by Google Image Search.
Informações Básicas da Extensão
Nome | Reverse Image Search |
ID | pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
URL Oficial | https://chromewebstore.google.com/detail/reverse-image-search/pnbjgbjnfhgmgndhgipcgdjjjagihbkh |
Descrição | Right click on an image and find it's origin in Google image search. |
Tamanho do Arquivo | 16.08 KB |
Contagem de Instalações | 8,124 |
Versão Atual | 1.1.1 |
Última Atualização | 2021-12-10 |
Data de Publicação | 2019-08-27 |
Classificação | 4.13/5 Total de 55 Avaliações |
Desenvolvedor | dejan-tools |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://dejanmarketing.com/ |
URL da Página de Ajuda | https://dejanmarketing.com/contact-us/ |
Idiomas Suportados | en |
manifest.json | |
{ "background": { "service_worker": "background.js" }, "default_locale": "en", "description": "Right click on an image and find it's origin in Google image search.", "homepage_url": "http:\/\/dejanseo.com.au\/", "icons": { "128": "icon128.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDCY873Fd1ueWiyDchlkGnYF7tA9OerstLa0twHi34nUMY2bW6G0HCHznD0ElCTBWb+1sJirPWT8bBZk3xMYsBK5O2s7UaQ6\/QE2HGwiHkzgh6YiZm+yPvPy\/6\/vkspPwLhSYFX0IQX6WDsU3MnWq2SJmZRUgmH0xCQFq8Nkf5G2QIDAQAB", "manifest_version": 3, "name": "Reverse Image Search", "permissions": [ "contextMenus" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1" } |