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?
Really Good Dice是由https://reallygood.co.il开发的Chrome扩展程序,该扩展的主要功能是“Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.”。
扩展截图
下载Really Good Dice扩展crx文件
下载Really Good Dice扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Really Good Dice |
ID | mfedjabphbbhekfijmgipfhddgjfnain |
官方URL | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
简介 | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
文件大小 | 204 KB |
安装次数 | 6,000 |
当前版本 | 2 |
更新时间 | 2021-06-02 |
上架时间 | 2013-10-27 |
评分 | 4.17/5 共24次评分 |
开发者 | https://reallygood.co.il |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://reallygood.co.il/ |
帮助页面URL | https://reallygood.co.il/ |
支持的语言 | 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" } } |