Search Amazon by Image

Right click on any image to Search Amazon.com products through google image search.

O que é Search Amazon by Image?

Search Amazon by Image é uma extensão do Chrome desenvolvida por extensionteamdev, e sua principal característica é "Right click on any image to Search Amazon.com products through google image search.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Search Amazon by Image

Baixe arquivos de extensão Search Amazon by Image 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

                        Add right click "Search Amazon" in chrome now, just click "Add to Chrome" now.

Search Amazon by any keyword or image you find randomly on any website, you are just right click away.

Or just click extension icon and search Amazon Products you love from there.

From movies, books, electronic accessories, baby toys to make-up, search anything you love on Amazon

v1.2
Minor logic fix in popup search.
--------------------------------------
All product names, logos, and brands are property of their respective owners.                    

Informações Básicas da Extensão

Nome Search Amazon by Image Search Amazon by Image
ID fhjmapkoajhjpeafhjanfjbeakfcjoob
URL Oficial https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob
Descrição Right click on any image to Search Amazon.com products through google image search.
Tamanho do Arquivo 787 KB
Contagem de Instalações 24,490
Versão Atual 1.3
Última Atualização 2020-06-03
Data de Publicação 2020-06-01
Classificação 1.91/5 Total de 23 Avaliações
Desenvolvedor extensionteamdev
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://freeconverting.com/privacy.php
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Amazon by Image",
    "default_locale": "en",
    "description": "Right click on any image to Search Amazon.com products through google image search.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "version": "1.3",
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "popup.js",
        "style.css"
    ]
}