Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Really Good Dice là gì?
Really Good Dice là một tiện ích mở rộng Chrome được phát triển bởi https://reallygood.co.il, và tính năng chính của nó là "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".
Ả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 Really Good Dice
Tải xuống các tệp mở rộng Really Good Dice 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
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. Quickly roll one dice or more, right off from your extension bar.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Really Good Dice |
ID | mfedjabphbbhekfijmgipfhddgjfnain |
URL Chính Thức | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
Mô tả | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
Kích Thước Tệp | 204 KB |
Số Lần Cài Đặt | 6,000 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2021-06-02 |
Ngày Phát Hành | 2013-10-27 |
Đánh Giá | 4.17/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | https://reallygood.co.il |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://reallygood.co.il/ |
URL Trang Trợ Giúp | https://reallygood.co.il/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Really Good Dice", "version": "2", "manifest_version": 3, "description": "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.", "permissions": [ "storage", "alarms" ], "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "action": { "default_title": "Roll the Dice!", "default_icon": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png" } }, "options_page": "options\/options.html", "background": { "service_worker": "background.js" } } |