Merch Search

Quickly Search Amazon Merch Listings

What is Merch Search?

Merch Search is a Chrome extension developed by Rick, and its main feature is "Quickly Search Amazon Merch Listings".

Extension Screenshots

screenshot
screenshot

Download Merch Search Extension CRX File

Download Merch Search 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

                        This is a super simple Amazon Merch Search.

It works exactly the same as the highlight > right click > search on google except it searches using the highlighted text for listings on Amazon and then displays them in a new tab.

Use this to quickly search for niches or keywords whilst going about your normal browsing.                    

Extension Basic Information

Name Merch Search Merch Search
ID gahgkkbgppamooolfhfjjmapmegdmogg
Official URL https://chromewebstore.google.com/detail/merch-search/gahgkkbgppamooolfhfjjmapmegdmogg
Description Quickly Search Amazon Merch Listings
File Size 17.34 KB
Installation Count 97
Current Version 1.0
Last Updated 2018-03-16
Publish Date 2018-03-16
Developer Rick
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Merch Search",
    "description": "Quickly Search Amazon Merch Listings",
    "permissions": [
        "contextMenus"
    ],
    "version": "1.0",
    "icons": {
        "128": "icon_128.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    }
}