Search Amazon by Image

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

Vad är Search Amazon by Image?

Search Amazon by Image är en Chrome-tillägg utvecklad av extensionteamdev, och dess huvudfunktion är "Right click on any image to Search Amazon.com products through google image search.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Search Amazon by Image-förlängningens CRX-fil

Ladda ner Search Amazon by Image-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Search Amazon by Image Search Amazon by Image
ID fhjmapkoajhjpeafhjanfjbeakfcjoob
Officiell webbadress https://chromewebstore.google.com/detail/search-amazon-by-image/fhjmapkoajhjpeafhjanfjbeakfcjoob
Beskrivning Right click on any image to Search Amazon.com products through google image search.
Filstorlek 787 KB
Antal Installationer 24,490
Aktuell Version 1.3
Senast Uppdaterad 2020-06-03
Publiceringsdatum 2020-06-01
Betyg 1.91/5 Totalt 23 Betyg
Utvecklare extensionteamdev
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://freeconverting.com/privacy.php
Stödda Språk 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"
    ]
}