RandomGen

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

O que é RandomGen?

RandomGen é uma extensão do Chrome desenvolvida por VaughnGH, e sua principal característica é "A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão RandomGen

Baixe arquivos de extensão RandomGen no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome RandomGen RandomGen
ID obkfljadgdcionngoklljlmkddgljigk
URL Oficial https://chromewebstore.google.com/detail/randomgen/obkfljadgdcionngoklljlmkddgljigk
Descrição A Mini, offline, Random Number Generator (RNG) that can be used without leaving your current webpage.
Tamanho do Arquivo 115 KB
Contagem de Instalações 1,286
Versão Atual 0.0.3
Última Atualização 2015-07-11
Data de Publicação 2015-07-10
Classificação 4.70/5 Total de 10 Avaliações
Desenvolvedor VaughnGH
Tipo de Pagamento free
Idiomas Suportados 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": []
}