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

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}