Wantlist
Save lists of items you want on the internet.
Wat is Wantlist?
Wantlist is een Chrome-extensie ontwikkeld door http://wantlistapp.com, en de belangrijkste functie is "Save lists of items you want on the internet.".
Extensie Screenshots
Download het CRX-bestand van de extensie Wantlist
Download Wantlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Create a single wishlist for all your favorite shopping websites! Basisinformatie over de Extensie
| Naam | |
| ID | njmfakdckjipeiiddihjcipkgbnemagm |
| Officiële URL | https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm |
| Beschrijving | Save lists of items you want on the internet. |
| Bestandsgrootte | 39.35 KB |
| Aantal Installaties | 22 |
| Huidige Versie | 0.21 |
| Laatst Bijgewerkt | 2013-04-13 |
| Publicatiedatum | 2013-04-13 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | http://wantlistapp.com |
| Betalingswijze | free |
| Extensiewebsite | http://wantlistapp.com/ |
| Ondersteunde Talen | 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"
} | |