Wishlist Total
amazon wishlist total chrome extension, totals all items in wishlist and displays the total
什麼是Wishlist Total?
Wishlist Total是由crimsonfae開發的Chrome擴展程式,該擴展的主要功能是“amazon wishlist total chrome extension, totals all items in wishlist and displays the total”。
下載Wishlist Total擴展crx文件
下載Wishlist Total擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
amazon wishlist total chrome extension, totals all items in wishlist and displays the total
擴展基本資訊
名稱 | |
ID | efcojkbaeocjjmdhbdcdkadnccmjbgog |
官方網址 | https://chrome.google.com/webstore/detail/wishlist-total/efcojkbaeocjjmdhbdcdkadnccmjbgog |
簡介 | amazon wishlist total chrome extension, totals all items in wishlist and displays the total |
檔案大小 | 82.81 KB |
安裝次數 | 98 |
目前版本 | 1.0 |
更新時間 | 2014-02-05 |
上架時間 | 2014-02-05 |
評分 | 3.00/5 共 2 次評分 |
開發者 | crimsonfae |
付費類型 | free |
擴展官網 | https://github.com/howaboutudance/wishlist-total |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wishlist Total", "version": "1.0", "author": "Michael Penhallegon", "page_action": { "default_icon": "static\/wishlist.png", "default_popup": "popup.html" }, "background": { "script": [ ".\/js\/background.js" ], "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/www.amazon.com\/gp\/registry*" ], "js": [ ".\/lib\/jquery-2.0.3.js", ".\/js\/content.js" ] } ], "permissions": [ "tabs", "storage", "http:\/\/amazon.com\/*", "http:\/\/www.amazon.com\/gp\/registry\/*" ] } |