Wishlist
The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
Was ist Wishlist?
Wishlist ist eine Chrome-Erweiterung, die von http://w1shlist.herokuapp.com entwickelt wurde, und ihr Hauptmerkmal ist "The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…".
Erweiterungsscreenshots
Wishlist-Erweiterungs-CRX-Datei herunterladen
Laden Sie Wishlist-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | lopficaepgghcelaeifkmgpcfhfdlkik |
Offizielle URL | https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik |
Beschreibung | The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply… |
Dateigröße | 52.04 KB |
Installationsanzahl | 275 |
Aktuelle Version | 1.0 |
Letztes Update | 2014-08-04 |
Veröffentlichungsdatum | 2014-08-04 |
Bewertung | 3.86/5 Insgesamt 7 Bewertungen |
Entwickler | http://w1shlist.herokuapp.com |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |