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
官方網址 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"
        }
    ]
}