Wantlist
Save lists of items you want on the internet.
Co to jest Wantlist?
Wantlist to rozszerzenie Chrome opracowane przez http://wantlistapp.com, a jego główną funkcją jest „Save lists of items you want on the internet.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wantlist
Pobierz pliki rozszerzeń Wantlist w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Create a single wishlist for all your favorite shopping websites! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | njmfakdckjipeiiddihjcipkgbnemagm |
| Oficjalny URL | https://chrome.google.com/webstore/detail/wantlist/njmfakdckjipeiiddihjcipkgbnemagm |
| Opis | Save lists of items you want on the internet. |
| Rozmiar pliku | 39.35 KB |
| Liczba instalacji | 22 |
| Aktualna Wersja | 0.21 |
| Ostatnia Aktualizacja | 2013-04-13 |
| Data Publikacji | 2013-04-13 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | http://wantlistapp.com |
| Typ Płatności | free |
| Strona Rozszerzenia | http://wantlistapp.com/ |
| Obsługiwane Języki | 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"
} | |