RandomNumberGenerator
RandomNumberGenerator
What is RandomNumberGenerator?
RandomNumberGenerator is a Chrome extension developed by https://rndgen.org, and its main feature is "RandomNumberGenerator".
Extension Screenshots
Download RandomNumberGenerator Extension CRX File
Download RandomNumberGenerator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | lhlngpeiiepddnhnhkigmpdfjcjficdo |
Official URL | https://chromewebstore.google.com/detail/randomnumbergenerator/lhlngpeiiepddnhnhkigmpdfjcjficdo |
Description | RandomNumberGenerator |
File Size | 142 KB |
Installation Count | 19 |
Current Version | 1.1 |
Last Updated | 2023-03-06 |
Publish Date | 2023-03-06 |
Developer | https://rndgen.org |
[email protected] | |
Payment Type | free |
Extension Website | https://rndgen.org/ |
Supported Languages | 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 } |