Wishlist Total
amazon wishlist total chrome extension, totals all items in wishlist and displays the total
What is Wishlist Total?
Wishlist Total is a Chrome extension developed by crimsonfae, and its main feature is "amazon wishlist total chrome extension, totals all items in wishlist and displays the total".
Download Wishlist Total Extension CRX File
Download Wishlist Total extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
amazon wishlist total chrome extension, totals all items in wishlist and displays the total
Extension Basic Information
Name | |
ID | efcojkbaeocjjmdhbdcdkadnccmjbgog |
Official URL | https://chrome.google.com/webstore/detail/wishlist-total/efcojkbaeocjjmdhbdcdkadnccmjbgog |
Description | amazon wishlist total chrome extension, totals all items in wishlist and displays the total |
File Size | 82.81 KB |
Installation Count | 98 |
Current Version | 1.0 |
Last Updated | 2014-02-05 |
Publish Date | 2014-02-05 |
Rating | 3.00/5 Total 2 Ratings |
Developer | crimsonfae |
Payment Type | free |
Extension Website | https://github.com/howaboutudance/wishlist-total |
Supported Languages | 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\/*" ] } |