WhisperMe

Whisper the things you find on the web.

WhisperMe क्या है?

WhisperMe http://live.whisperme.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Whisper the things you find on the web."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WhisperMe एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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!                    

एक्सटेंशन की मूल जानकारी

नाम WhisperMe WhisperMe
ID depnkiakccnacgmemjcomdfoookmfolm
आधिकारिक URL https://chrome.google.com/webstore/detail/whisperme/depnkiakccnacgmemjcomdfoookmfolm
विवरण Whisper the things you find on the web.
फ़ाइल का आकार 163 KB
स्थापना संख्या 13
वर्तमान संस्करण 0.1.9.0
अंतिम अपडेट 2016-02-11
प्रकाशन तिथि 2016-02-11
डेवलपर http://live.whisperme.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.whisperme.com
समर्थित भाषाएँ 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"
    ]
}