Dice Thrower
Dice Throwing app
什么是Dice Thrower?
Dice Thrower是由https://cameronsamuels.com开发的Chrome扩展程序,该扩展的主要功能是“Dice Throwing app”。
扩展截图
下载Dice Thrower扩展crx文件
下载Dice Thrower扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Why roll it if you can throw it? A dice throwing app with a purpose. Packed with amusing animations, sound effects, and constantly changing background colors, this is the ideal dice rolling app for the classroom and family game night. To start throwing the dice, simply click the icon in the top-right of your Chrome browser to open the extension's mini-window. Press the keyboard or click the mouse to throw up to nine dice at once. --- 2022 Update: Thank you for throwing dice! This extension was created many years ago by a student now entering their first semester at university. Please consider supporting their tuition at http://paypal.me/cameronjsamuels
扩展基本信息
名称 | Dice Thrower |
ID | gandnjjljgomdonoidfcjjockjngkjcc |
官方URL | https://chromewebstore.google.com/detail/dice-thrower/gandnjjljgomdonoidfcjjockjngkjcc |
简介 | Dice Throwing app |
文件大小 | 21.68 KB |
安装次数 | 33,931 |
当前版本 | 4.0 |
更新时间 | 2022-09-01 |
上架时间 | 2018-06-02 |
评分 | 4.84/5 共25次评分 |
开发者 | https://cameronsamuels.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://cameronsamuels.com/dice |
帮助页面URL | https://git.io/vhWmz |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "4.0", "name": "Dice Thrower", "short_name": "Dice", "description": "Dice Throwing app", "homepage_url": "https:\/\/git.io\/vhWmO", "icons": { "16": "ico\/icon-16.png", "24": "ico\/icon-24.png", "32": "ico\/icon-32.png", "128": "ico\/icon-128.png" }, "action": { "default_icon": { "16": "ico\/icon-16.png", "24": "ico\/icon-24.png", "32": "ico\/icon-32.png", "128": "ico\/icon-128.png" }, "default_popup": "app\/index.html" }, "host_permissions": [ "https:\/\/cameronsamuels.com\/" ], "offline_enabled": true } |