Magic 8 Ball

It knows all the answers.

Magic 8 Ballとは何ですか?

Magic 8 Ballはi.m.bwcaによって開発されたChromeの拡張機能で、その主な機能は「It knows all the answers.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Magic 8 Ball拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Magic 8 ball to answer all the questions.

This is a port of the applications I am developing https://bwca.github.io/app__magic-8-ball.
In future features will be added for different customizations, including answer customization.

Ask your question and click the 8 on the ball. Credits for the 3d model go to cywarr https://github.com/cywarr                    

拡張機能の基本情報

名前 Magic 8 Ball Magic 8 Ball
ID hkhipapgpdambeamafdciafnlgppedlg
公式URL https://chromewebstore.google.com/detail/magic-8-ball/hkhipapgpdambeamafdciafnlgppedlg
説明 It knows all the answers.
ファイルサイズ 1.05 MB
インストール数 224
現在のバージョン 1.0
最終更新日 2022-06-15
公開日 2022-06-15
開発者 i.m.bwca
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Bwca/app__magic-8-ball
ヘルプページのURL https://github.com/Bwca/app__magic-8-ball/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Magic 8 Ball",
    "description": "It knows all the answers.",
    "version": "1.0",
    "action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self'"
    },
    "icons": {
        "16": "icon-16.png",
        "24": "icon-24.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}