Wishlist

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

Qu'est-ce que Wishlist ?

Wishlist est une extension Chrome développée par http://w1shlist.herokuapp.com, et sa fonction principale est "The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Wishlist

Téléchargez les fichiers d'extension Wishlist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Wishlist Wishlist
ID lopficaepgghcelaeifkmgpcfhfdlkik
URL Officiel https://chrome.google.com/webstore/detail/wishlist/lopficaepgghcelaeifkmgpcfhfdlkik
Description The Wishlist extension is made to be used alongside the WIshlist app (located at w1shlist.herokuapp.com). This extension simply…
Taille du Fichier 52.04 KB
Nombre d'Installations 275
Version Actuelle 1.0
Dernière Mise à Jour 2014-08-04
Date de Publication 2014-08-04
Évaluation 3.86/5 Total 7 Évaluations
Développeur http://w1shlist.herokuapp.com
Type de Paiement free
Langues Prises en Charge 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'"
}