Wishlist
The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
Vad är Wishlist?
Wishlist är en Chrome-tillägg utvecklad av http://w1shlist.herokuapp.com, och dess huvudfunktion är "The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…".
Tilläggsskärmbilder
Ladda ner Wishlist-förlängningens CRX-fil
Ladda ner Wishlist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | lopficaepgghcelaeifkmgpcfhfdlkik |
Officiell webbadress | https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik |
Beskrivning | The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply… |
Filstorlek | 52.04 KB |
Antal Installationer | 275 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2014-08-04 |
Publiceringsdatum | 2014-08-04 |
Betyg | 3.86/5 Totalt 7 Betyg |
Utvecklare | http://w1shlist.herokuapp.com |
Betalningssätt | free |
Stödda Språk | 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'" } |