Wantlist
Save lists of items you want on the internet.
Qu'est-ce que Wantlist ?
Wantlist est une extension Chrome développée par http://wantlistapp.com, et sa fonction principale est "Save lists of items you want on the internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Wantlist
Téléchargez les fichiers d'extension Wantlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Create a single wishlist for all your favorite shopping websites!
Informations de Base sur l'Extension
Nom | |
ID | njmfakdckjipeiiddihjcipkgbnemagm |
URL Officiel | https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm |
Description | Save lists of items you want on the internet. |
Taille du Fichier | 39.35 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.21 |
Dernière Mise à Jour | 2013-04-13 |
Date de Publication | 2013-04-13 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | http://wantlistapp.com |
Type de Paiement | free |
Site Web de l'Extension | http://wantlistapp.com/ |
Langues Prises en Charge | 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" } |