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ファイルをダウンロード

Classic Magic 8 Ball拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}