Wantlist
Save lists of items you want on the internet.
Hvad er Wantlist?
Wantlist er en Chrome-udvidelse udviklet af http://wantlistapp.com, og dens hovedfunktion er "Save lists of items you want on the internet.".
Udvidelsesskærmbilleder
Download Wantlist-udvidelses-CRX-fil
Download Wantlist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Create a single wishlist for all your favorite shopping websites!
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | njmfakdckjipeiiddihjcipkgbnemagm |
Officiel URL | https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm |
Beskrivelse | Save lists of items you want on the internet. |
Filstørrelse | 39.35 KB |
Antal Installationer | 22 |
Nuværende Version | 0.21 |
Senest Opdateret | 2013-04-13 |
Udgivelsesdato | 2013-04-13 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://wantlistapp.com |
Betalingsmetode | free |
Udvidelseswebsted | http://wantlistapp.com/ |
Understøttede Sprog | 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" } |