Amazon Price Comparator

This extension shows the price of the Amazon item in the current page for every other Amazon shop

Amazon Price Comparatorとは何ですか?

Amazon Price ComparatorはDocKuroによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the price of the Amazon item in the current page for every other Amazon shop」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

Amazon Price Comparator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easily check the price of an amazon item, from its page, in the other amazon stores to spot a cheaper product in another amazon site.
Both the amazon price and the other merchants price are compared, new and used, but shipping costs are NOT taken into account.
Click on the price to visit the product page in the other amazon page.                    

拡張機能の基本情報

名前 Amazon Price Comparator Amazon Price Comparator
ID igccnpemgifkkpnlhbebglclbgofpemb
公式URL https://chromewebstore.google.com/detail/amazon-price-comparator/igccnpemgifkkpnlhbebglclbgofpemb
説明 This extension shows the price of the Amazon item in the current page for every other Amazon shop
ファイルサイズ 45.28 KB
インストール数 1,000
現在のバージョン 1.4.1
最終更新日 2016-04-08
公開日 2016-04-08
評価 3.50/5 合計 6 レビュー
開発者 DocKuro
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Price Comparator",
    "description": "This extension shows the price of the Amazon item in the current page for every other Amazon shop",
    "version": "1.4.1",
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "prices.html",
        "default_title": "Compare Prices!"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}