Wantlist
Save lists of items you want on the internet.
Cos'è Wantlist?
Wantlist è un'estensione di Chrome sviluppata da http://wantlistapp.com, e la sua funzione principale è "Save lists of items you want on the internet.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Wantlist
Scarica i file di estensione Wantlist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Create a single wishlist for all your favorite shopping websites!
Informazioni di Base sull'Estensione
Nome | |
ID | njmfakdckjipeiiddihjcipkgbnemagm |
URL Ufficiale | https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm |
Descrizione | Save lists of items you want on the internet. |
Dimensione del File | 39.35 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.21 |
Ultimo Aggiornamento | 2013-04-13 |
Data di Pubblicazione | 2013-04-13 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://wantlistapp.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://wantlistapp.com/ |
Lingue Supportate | 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" } |