Reverse Image Search
Search similar images in the WEB from context menu
O que é Reverse Image Search?
Reverse Image Search é uma extensão do Chrome desenvolvida por Romkaq, e sua principal característica é "Search similar images in the WEB from context menu".
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
Reverse Image Search. You can find out who stole your pictures. Find similar images in most popular search engines right from context menu! Image search extension allows you to search in almost all search engines by image. Right-click on an image and discover where else it has been used to find it's origin.
Informações Básicas da Extensão
Nome | Reverse Image Search |
ID | jlneaphkafobihifgfmmhehomoifjijm |
URL Oficial | https://chromewebstore.google.com/detail/reverse-image-search/jlneaphkafobihifgfmmhehomoifjijm |
Descrição | Search similar images in the WEB from context menu |
Tamanho do Arquivo | 31.03 KB |
Contagem de Instalações | 661 |
Versão Atual | 1.2 |
Última Atualização | 2022-05-03 |
Data de Publicação | 2021-05-29 |
Classificação | 3.40/5 Total de 5 Avaliações |
Desenvolvedor | Romkaq |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://rq-dev.github.io/chrome-extensions-privacy-policy |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reverse Image Search", "description": "Search similar images in the WEB from context menu", "version": "1.2", "permissions": [ "contextMenus" ], "background": { "scripts": [ "search.js" ] }, "icons": { "128": "icon128.png" } } |