Magic 8 Ball
It knows all the answers.
什麼是Magic 8 Ball?
Magic 8 Ball是由i.m.bwca開發的Chrome擴展程式,該擴展的主要功能是“It knows all the answers.”。
擴展截圖
下載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 |
ID | hkhipapgpdambeamafdciafnlgppedlg |
官方網址 | 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" } } |