RandomGen
A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
Cos'è RandomGen?
RandomGen è un'estensione di Chrome sviluppata da VaughnGH, e la sua funzione principale è "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione RandomGen
Scarica i file di estensione RandomGen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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! Informazioni di Base sull'Estensione
| Nome | |
| ID | obkfljadgdcionngoklljlmkddgljigk |
| URL Ufficiale | https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk |
| Descrizione | A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage. |
| Dimensione del File | 115 KB |
| Conteggio Installazioni | 1,286 |
| Versione Corrente | 0.0.3 |
| Ultimo Aggiornamento | 2015-07-11 |
| Data di Pubblicazione | 2015-07-10 |
| Valutazione | 4.70/5 Totale 10 Valutazioni |
| Sviluppatore | VaughnGH |
| Tipo di Pagamento | free |
| Lingue Supportate | 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": []
} | |