WhisperMe

Whisper the things you find on the web.

什么是WhisperMe?

WhisperMe是由http://live.whisperme.com开发的Chrome扩展程序,该扩展的主要功能是“Whisper the things you find on the web.”。

扩展截图

screenshot

下载WhisperMe扩展crx文件

下载WhisperMe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}