Merch Search

Quickly Search Amazon Merch Listings

Merch Searchとは何ですか?

Merch SearchはRickによって開発されたChromeの拡張機能で、その主な機能は「Quickly Search Amazon Merch Listings」です。

拡張機能のスクリーンショット

screenshot
screenshot

Merch Search拡張機能のCRXファイルをダウンロード

Merch Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Merch Search Merch Search
ID gahgkkbgppamooolfhfjjmapmegdmogg
公式URL https://chromewebstore.google.com/detail/merch-search/gahgkkbgppamooolfhfjjmapmegdmogg
説明 Quickly Search Amazon Merch Listings
ファイルサイズ 17.34 KB
インストール数 97
現在のバージョン 1.0
最終更新日 2018-03-16
公開日 2018-03-16
開発者 Rick
支払い方法 free
対応言語 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"
        ]
    }
}