Wishlist
The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
什么是Wishlist?
Wishlist是由http://w1shlist.herokuapp.com开发的Chrome扩展程序,该扩展的主要功能是“The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…”。
扩展截图
下载Wishlist扩展crx文件
下载Wishlist扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply highlights images on a current page, allowing the user to select one to add to their wishlist, which is displayed on the web app. Please note that you must be logged in to Wishlist to use extension.
扩展基本信息
名称 | |
ID | lopficaepgghcelaeifkmgpcfhfdlkik |
官方URL | https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik |
简介 | The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply… |
文件大小 | 52.04 KB |
安装次数 | 275 |
当前版本 | 1.0 |
更新时间 | 2014-08-04 |
上架时间 | 2014-08-04 |
评分 | 3.86/5 共7次评分 |
开发者 | http://w1shlist.herokuapp.com |
付费类型 | free |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wishlist", "short_name": "Add things to your wishlist.", "version": "1.0", "browser_action": { "default_title": "Wishlist", "default_icon": "icons\/icon21.png" }, "icons": { "16": "icons\/icon21.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "vendors\/jquery.min.js", "background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/w1shlist.herokuapp.com\/; object-src 'self'" } |