Wishlist

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

Wat is Wishlist?

Wishlist is een Chrome-extensie ontwikkeld door http://w1shlist.herokuapp.com, en de belangrijkste functie is "The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Wishlist

Download Wishlist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Wishlist Wishlist
ID lopficaepgghcelaeifkmgpcfhfdlkik
Officiële URL https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik
Beschrijving The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
Bestandsgrootte 52.04 KB
Aantal Installaties 275
Huidige Versie 1.0
Laatst Bijgewerkt 2014-08-04
Publicatiedatum 2014-08-04
Beoordeling 3.86/5 Totaal 7 Beoordelingen
Ontwikkelaar http://w1shlist.herokuapp.com
Betalingswijze free
Ondersteunde Talen 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'"
}