Wantlist
Save lists of items you want on the internet.
什么是Wantlist?
Wantlist是由http://wantlistapp.com开发的Chrome扩展程序,该扩展的主要功能是“Save lists of items you want on the internet.”。
扩展截图
下载Wantlist扩展crx文件
下载Wantlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Create a single wishlist for all your favorite shopping websites! 扩展基本信息
| 名称 | |
| ID | njmfakdckjipeiiddihjcipkgbnemagm |
| 官方URL | https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm |
| 简介 | Save lists of items you want on the internet. |
| 文件大小 | 39.35 KB |
| 安装次数 | 22 |
| 当前版本 | 0.21 |
| 更新时间 | 2013-04-13 |
| 上架时间 | 2013-04-13 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | http://wantlistapp.com |
| 付费类型 | free |
| 扩展官网 | http://wantlistapp.com/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Save lists of items you want on the internet.",
"name": "Wantlist",
"permissions": [
"http:\/\/*.wantlistapp.com\/"
],
"content_scripts": [
{
"matches": [
"http:\/\/*.amazon.com\/*"
],
"all_frames": false,
"js": [
"jquery.js",
"amazon.js"
],
"run_at": "document_idle"
},
{
"matches": [
"http:\/\/*.wantlistapp.com\/*"
],
"all_frames": false,
"js": [
"jquery.js",
"wantlistapp.js"
],
"run_at": "document_end"
}
],
"manifest_version": 2,
"version": "0.21"
} | |