digdrop - Amazon price drops digger

Amazon price tracker, price drops explorer, Amazon price history chart app.

digdrop - Amazon price drops diggerとは何ですか?

digdrop - Amazon price drops diggerはhttp://digdrop.comによって開発されたChromeの拡張機能で、その主な機能は「Amazon price tracker, price drops explorer, Amazon price history chart app.」です。

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

screenshot
screenshot
screenshot

digdrop - Amazon price drops digger拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This extension provides information about Amazon.com products that have incurred recent price drops, along with a product price history chart.                    

拡張機能の基本情報

名前 digdrop - Amazon price drops digger digdrop - Amazon price drops digger
ID eldgnmpbphbeogogkkpkjihnfmpcoian
公式URL https://chrome.google.com/webstore/detail/digdrop-amazon-price-drop/eldgnmpbphbeogogkkpkjihnfmpcoian
説明 Amazon price tracker, price drops explorer, Amazon price history chart app.
ファイルサイズ 34.68 KB
インストール数 222
現在のバージョン 1.8
最終更新日 2015-02-14
公開日 2015-02-14
評価 1.00/5 合計 1 レビュー
開発者 http://digdrop.com
支払い方法 free
拡張機能のウェブサイト http://digdrop.com/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "digdrop - Amazon price drops digger",
    "description": "Amazon price tracker, price drops explorer, Amazon price history chart app.",
    "version": "1.8",
    "icons": {
        "19": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "homepage_url": "http:\/\/digdrop.com\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "digdrop - Amazon price drops digger",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.digdrop.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.amazon.com\/*"
            ],
            "js": [
                "page-scrape.js"
            ],
            "run_at": "document_end"
        }
    ]
}