Reverse Image Search

Easily reverse image search with Google image search

O que é Reverse Image Search?

Reverse Image Search é uma extensão do Chrome desenvolvida por https://roei.stream, e sua principal característica é "Easily reverse image search with Google image search".

Capturas de Tela da Extensão

screenshot

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

                        Easily reverse image search directly from the context menu.
Right-click with your mouse on any image to preform reverse image search.

What to find more resolutions for an image?
Want to see where an image is used?
Want to look for similar images?

Google reverse search is a great tool for that, and this extension makes it much easier to use!                    

Informações Básicas da Extensão

Nome Reverse Image Search Reverse Image Search
ID jhppeidklkhfdbgmphjcgnflbaappjfk
URL Oficial https://chromewebstore.google.com/detail/reverse-image-search/jhppeidklkhfdbgmphjcgnflbaappjfk
Descrição Easily reverse image search with Google image search
Tamanho do Arquivo 49.97 KB
Contagem de Instalações 219
Versão Atual 1.0
Última Atualização 2019-10-20
Data de Publicação 2019-10-20
Desenvolvedor https://roei.stream
Tipo de Pagamento free
Site da Extensão https://roei.stream
URL da Página de Ajuda https://roei.stream/support/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Reverse Image Search",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Easily reverse image search with Google image search",
    "short_name": "Image Search",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "512": "favicon.png",
        "128": "favicon128.png"
    },
    "background": {
        "scripts": [
            "reverse.js"
        ]
    }
}