PriceWink
One Stop Online Shopping with Automatic price comparision and Personalised price alerts.
什么是PriceWink?
PriceWink是由http://pricewink.in开发的Chrome扩展程序,该扩展的主要功能是“One Stop Online Shopping with Automatic price comparision and Personalised price alerts.”。
扩展截图
下载PriceWink扩展crx文件
下载PriceWink扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simply, bachaate raho!!! Save more and get more with FREE PriceWink chrome extension.
✓ Get lower price automatically while you shop
✓ Set your personal target price for any product on any shop
PriceWink is absolutely FREE forever.
Enjoy the best prices, always, with PriceWink !
Add PriceWink to your chrome now! 扩展基本信息
| 名称 | |
| ID | fonbfofodfopbaafhahgolemcplblbcg |
| 官方URL | https://chrome.google.com/webstore/detail/pricewink/fonbfofodfopbaafhahgolemcplblbcg |
| 简介 | One Stop Online Shopping with Automatic price comparision and Personalised price alerts. |
| 文件大小 | 140 KB |
| 安装次数 | 128 |
| 当前版本 | 1.8.2.24 |
| 更新时间 | 2014-05-04 |
| 上架时间 | 2014-05-04 |
| 评分 | 4.33/5 共24次评分 |
| 开发者 | http://pricewink.in |
| 付费类型 | free |
| 扩展官网 | http://www.pricewink.in |
| 帮助页面URL | http://pricewink.in/faq.html |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "PriceWink",
"description": "One Stop Online Shopping with Automatic price comparision and Personalised price alerts.",
"version": "1.8.2.24",
"short_name": "PriceWink",
"permissions": [
"tabs",
"activeTab",
"http:\/\/*\/*"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"css": [
"popup.css",
"scrollbar.css"
],
"js": [
"js\/jquery.min.js",
"js\/jquery.mousewheel.js",
"js\/jquery.jscrollpane.min.js",
"js\/base64.js",
"js\/rawdeflate.js",
"js\/rawinflate.js",
"list.js",
"pa.js"
],
"run_at": "document_end"
}
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"img\/*",
"js\/*"
]
} | |