WhisperMe

Whisper the things you find on the web.

Qu'est-ce que WhisperMe ?

WhisperMe est une extension Chrome développée par http://live.whisperme.com, et sa fonction principale est "Whisper the things you find on the web.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension WhisperMe 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

                        WhisperMe is a New Social Platform that enables YOU to express, diarize, remind and share gift lists that relate to ALL the special events in your life. Add products, brands, places and aspirations you really LOVE, WANT or simply NEED. Download the ME button into your browser. Click on the ME button and let WhisperMe make Event Gifting empowering, simple and easy!                    

Informations de Base sur l'Extension

Nom WhisperMe WhisperMe
ID depnkiakccnacgmemjcomdfoookmfolm
URL Officiel https://chrome.google.com/webstore/detail/whisperme/depnkiakccnacgmemjcomdfoookmfolm
Description Whisper the things you find on the web.
Taille du Fichier 163 KB
Nombre d'Installations 13
Version Actuelle 0.1.9.0
Dernière Mise à Jour 2016-02-11
Date de Publication 2016-02-11
Développeur http://live.whisperme.com
Type de Paiement free
Site Web de l'Extension https://www.whisperme.com
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "js": [
                "includes\/content.js"
            ]
        }
    ],
    "name": "WhisperMe",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "web_accessible_resources": [
        "res\/*",
        "assets\/*",
        "icons\/*"
    ],
    "description": "Whisper the things you find on the web.",
    "background": {
        "page": "background.html"
    },
    "homepage_url": "http:\/\/www.whisperme.com",
    "version": "0.1.9.0",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/button.png",
        "default_title": "WhisperMe"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "webNavigation"
    ]
}