RandomGen
A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
¿Qué es RandomGen?
RandomGen es una extensión de Chrome desarrollada por VaughnGH, y su función principal es "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión RandomGen
Descarga archivos de extensión RandomGen en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | RandomGen |
ID | obkfljadgdcionngoklljlmkddgljigk |
URL Oficial | https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk |
Descripción | A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage. |
Tamaño del Archivo | 115 KB |
Cantidad de Instalaciones | 1,286 |
Versión Actual | 0.0.3 |
Última Actualización | 2015-07-11 |
Fecha de Publicación | 2015-07-10 |
Calificación | 4.70/5 Total de 10 Calificaciones |
Desarrollador | VaughnGH |
Tipo de Pago | free |
Idiomas Soportados | 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": [] } |