Magic 8 Ball

It knows all the answers.

Magic 8 Ballคืออะไร?

Magic 8 Ball เป็นส่วนขยายของ Chrome ที่พัฒนาโดย i.m.bwca และคุณลักษณะหลักของมันคือ "It knows all the answers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Magic 8 Ball

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}