Wishlist
The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
Co to jest Wishlist?
Wishlist to rozszerzenie Chrome opracowane przez http://w1shlist.herokuapp.com, a jego główną funkcją jest „The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Wishlist
Pobierz pliki rozszerzeń Wishlist 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
The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply highlights images on a current page, allowing the user to select one to add to their wishlist, which is displayed on the web app. Please note that you must be logged in to Wishlist to use extension.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | lopficaepgghcelaeifkmgpcfhfdlkik |
Oficjalny URL | https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik |
Opis | The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply… |
Rozmiar pliku | 52.04 KB |
Liczba instalacji | 275 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2014-08-04 |
Data Publikacji | 2014-08-04 |
Ocena | 3.86/5 Łącznie 7 Oceny |
Deweloper | http://w1shlist.herokuapp.com |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Wishlist", "short_name": "Add things to your wishlist.", "version": "1.0", "browser_action": { "default_title": "Wishlist", "default_icon": "icons\/icon21.png" }, "icons": { "16": "icons\/icon21.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "vendors\/jquery.min.js", "background.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/w1shlist.herokuapp.com\/; object-src 'self'" } |