Random Number Generator
A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.
What is Random Number Generator?
Random Number Generator is a Chrome extension developed by Max's Extensions, and its main feature is "A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.".
Extension Screenshots
Download Random Number Generator Extension CRX File
Download Random Number Generator 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
Generates a random number between the user-given parameters.
Extension Basic Information
Name | Random Number Generator |
ID | ckdkgoogioikcpmpmoecocgfdangpecg |
Official URL | https://chromewebstore.google.com/detail/random-number-generator/ckdkgoogioikcpmpmoecocgfdangpecg |
Description | A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene. |
File Size | 18.31 KB |
Installation Count | 10,028 |
Current Version | 0.1.0 |
Last Updated | 2021-03-20 |
Publish Date | 2018-10-21 |
Rating | 4.58/5 Total 12 Ratings |
Developer | Max's Extensions |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Number Generator", "description": "A random number generator. Type in maximum and minimum parameters and watch as the gods of computer programming convene.", "version": "0.1.0", "author": "YoLlama", "browser_action": { "default_icon": "128.png", "default_title": "Random # Gen.", "default_popup": "numbergen.html" }, "permissions": [ "activeTab" ] } |