Magic 8 Ball
It knows all the answers.
Magic 8 Ball là gì?
Magic 8 Ball là một tiện ích mở rộng Chrome được phát triển bởi i.m.bwca, và tính năng chính của nó là "It knows all the answers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Magic 8 Ball
Tải xuống các tệp mở rộng Magic 8 Ball dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Magic 8 Ball |
ID | hkhipapgpdambeamafdciafnlgppedlg |
URL Chính Thức | https://chromewebstore.google.com/detail/magic-8-ball/hkhipapgpdambeamafdciafnlgppedlg |
Mô tả | It knows all the answers. |
Kích Thước Tệp | 1.05 MB |
Số Lần Cài Đặt | 224 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2022-06-15 |
Ngày Phát Hành | 2022-06-15 |
Nhà Phát Triển | i.m.bwca |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Bwca/app__magic-8-ball |
URL Trang Trợ Giúp | https://github.com/Bwca/app__magic-8-ball/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |