Wishlist

The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…

Hvad er Wishlist?

Wishlist er en Chrome-udvidelse udviklet af http://w1shlist.herokuapp.com, og dens hovedfunktion er "The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Wishlist-udvidelses-CRX-fil

Download Wishlist-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Wishlist Wishlist
ID lopficaepgghcelaeifkmgpcfhfdlkik
Officiel URL https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik
Beskrivelse The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
Filstørrelse 52.04 KB
Antal Installationer 275
Nuværende Version 1.0
Senest Opdateret 2014-08-04
Udgivelsesdato 2014-08-04
Bedømmelse 3.86/5 Samlet 7 Bedømmelser
Udvikler http://w1shlist.herokuapp.com
Betalingsmetode free
Understøttede Sprog 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'"
}