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