Wantlist
Save lists of items you want on the internet.
What is Wantlist?
Wantlist is a Chrome extension developed by http://wantlistapp.com, and its main feature is "Save lists of items you want on the internet.".
Extension Screenshots
Download Wantlist Extension CRX File
Download Wantlist 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
Create a single wishlist for all your favorite shopping websites!
Extension Basic Information
Name | |
ID | njmfakdckjipeiiddihjcipkgbnemagm |
Official URL | https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm |
Description | Save lists of items you want on the internet. |
File Size | 39.35 KB |
Installation Count | 22 |
Current Version | 0.21 |
Last Updated | 2013-04-13 |
Publish Date | 2013-04-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://wantlistapp.com |
Payment Type | free |
Extension Website | http://wantlistapp.com/ |
Supported Languages | 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" } |