RandomNumberGenerator
RandomNumberGenerator
什么是RandomNumberGenerator?
RandomNumberGenerator是由https://rndgen.org开发的Chrome扩展程序,该扩展的主要功能是“RandomNumberGenerator”。
扩展截图
下载RandomNumberGenerator扩展crx文件
下载RandomNumberGenerator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Advanced random number generator
You can
1. Specify min and max and how many you want.
2. Avoid duplicated numbers.
3. Order numbers by ascending/descending.
4. Save your favourite combination and load.
5. Reorder the combinations intuitively. 扩展基本信息
| 名称 | |
| ID | lhlngpeiiepddnhnhkigmpdfjcjficdo |
| 官方URL | https://chromewebstore.google.com/detail/randomnumbergenerator/lhlngpeiiepddnhnhkigmpdfjcjficdo |
| 简介 | RandomNumberGenerator |
| 文件大小 | 142 KB |
| 安装次数 | 19 |
| 当前版本 | 1.1 |
| 更新时间 | 2023-03-06 |
| 上架时间 | 2023-03-06 |
| 开发者 | https://rndgen.org |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://rndgen.org/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RandomNumberGenerator",
"version": "1.1",
"description": "RandomNumberGenerator",
"action": {
"default_icon": {
"48": "images\/rng48.png"
},
"default_title": "Random Number Generator",
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"icons": {
"48": "images\/rng48.png"
},
"manifest_version": 3
} | |