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.”。
扩展截图
下载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.
扩展基本信息
名称 | |
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" } ] } |