Search Amazon

Highlight any term on a page, right click and "Search" your favorite Amazon site.

What is Search Amazon?

Search Amazon is a Chrome extension developed by DAB Worx, and its main feature is "Highlight any term on a page, right click and "Search" your favorite Amazon site.".

Extension Screenshots

screenshot

Download Search Amazon Extension CRX File

Download Search Amazon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Allows you to easily search your favorite local Amazon store by highlighting any term on a page, right clicking and click "Search Amazon".                    

Extension Basic Information

Name Search Amazon Search Amazon
ID fndbdglfdglnddjgonmkmemoinfgpcom
Official URL https://chromewebstore.google.com/detail/search-amazon/fndbdglfdglnddjgonmkmemoinfgpcom
Description Highlight any term on a page, right click and "Search" your favorite Amazon site.
File Size 310 KB
Installation Count 516
Current Version 1.0.1
Last Updated 2022-05-01
Publish Date 2017-05-10
Developer DAB Worx
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Search Amazon",
    "background": {
        "scripts": [
            "event.js"
        ],
        "persistent": false
    },
    "description": "Highlight any term on a page, right click and \"Search\" your favorite Amazon site.",
    "icons": {
        "128": "amazon128.png",
        "16": "amazon16.png",
        "48": "amazon48.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "version": "1.0.1"
}