RandomGen

A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.

Qu'est-ce que RandomGen ?

RandomGen est une extension Chrome développée par VaughnGH, et sa fonction principale est "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RandomGen

Téléchargez les fichiers d'extension RandomGen au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom RandomGen RandomGen
ID obkfljadgdcionngoklljlmkddgljigk
URL Officiel https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk
Description A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
Taille du Fichier 115 KB
Nombre d'Installations 1,286
Version Actuelle 0.0.3
Dernière Mise à Jour 2015-07-11
Date de Publication 2015-07-10
Évaluation 4.70/5 Total 10 Évaluations
Développeur VaughnGH
Type de Paiement free
Langues Prises en Charge 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": []
}