Classic Magic 8 Ball

Shake the magic ball to get the answer to your question

Classic Magic 8 Ball란 무엇입니까?

Classic Magic 8 Ball은(는) Nicolas Grillet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shake the magic ball to get the answer to your question"입니다.

확장 프로그램 스크린샷

screenshot

Classic Magic 8 Ball 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Shake the magic ball to get the answer to your question.
This is magic !                    

확장 프로그램 기본 정보

이름 Classic Magic 8 Ball Classic Magic 8 Ball
ID oagapidejjnknjddmhckmfaiijgaplbe
공식 URL https://chrome.google.com/webstore/detail/classic-magic-8-ball/oagapidejjnknjddmhckmfaiijgaplbe
설명 Shake the magic ball to get the answer to your question
파일 크기 653 KB
설치 횟수 53
현재 버전 0.0.7
최근 업데이트 2017-04-06
출시 날짜 2017-04-06
평점 3.67/5 총 6 개의 평점
개발자 Nicolas Grillet
이메일 [email protected]
결제 유형 in_store
지원되는 언어 de,en,fr,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extname__",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "__MSG_desc__",
    "homepage_url": "http:\/\/www.codnex.net",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "offline_enabled": true,
    "author": "Nicoss01",
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/logo32.png",
        "default_title": "Shake my ball",
        "default_popup": "src\/page_action\/tb.html"
    },
    "short_name": "Classic Magic 8 Ball",
    "permissions": [
        "tabs"
    ]
}