RandomGen
A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
Wat is RandomGen?
RandomGen is een Chrome-extensie ontwikkeld door VaughnGH, en de belangrijkste functie is "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.".
Extensie Screenshots
Download het CRX-bestand van de extensie RandomGen
Download RandomGen-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | RandomGen |
ID | obkfljadgdcionngoklljlmkddgljigk |
Officiële URL | https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk |
Beschrijving | A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage. |
Bestandsgrootte | 115 KB |
Aantal Installaties | 1,286 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2015-07-11 |
Publicatiedatum | 2015-07-10 |
Beoordeling | 4.70/5 Totaal 10 Beoordelingen |
Ontwikkelaar | VaughnGH |
Betalingswijze | free |
Ondersteunde Talen | 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": [] } |