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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}