RandomGen
A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
什么是RandomGen?
RandomGen是由VaughnGH开发的Chrome扩展程序,该扩展的主要功能是“A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.”。
扩展截图
下载RandomGen扩展crx文件
下载RandomGen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
RandomGen is a lightweight Random Number Generator (RNG) that is usable anywhere in Chrome. It works without interrupting the current page, requires no permissions, and runs completely offline. Enjoy!
扩展基本信息
名称 | RandomGen |
ID | obkfljadgdcionngoklljlmkddgljigk |
官方URL | https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk |
简介 | A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage. |
文件大小 | 115 KB |
安装次数 | 1,286 |
当前版本 | 0.0.3 |
更新时间 | 2015-07-11 |
上架时间 | 2015-07-10 |
评分 | 4.70/5 共10次评分 |
开发者 | VaughnGH |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RandomGen", "description": "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.", "version": "0.0.3", "offline_enabled": true, "browser_action": { "default_icon": "\/icons\/icon.png", "default_popup": "popup.html", "default_title": "Generate!" }, "icons": { "32": "\/icons\/icon32.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png", "256": "\/icons\/icon256.png" }, "permissions": [] } |