Random Number Plus
Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…
O que é Random Number Plus?
Random Number Plus é uma extensão do Chrome desenvolvida por matthew.teja, e sua principal característica é "Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Random Number Plus
Baixe arquivos de extensão Random Number Plus 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
Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related tasks. Functions include coin flips, dice rolls, random card draws, number generators and more! To use the extension, click the icon and select the function from the drop down menu.
Informações Básicas da Extensão
Nome | |
ID | ciaeedbhghjjfckbpedkgmfjmobpggog |
URL Oficial | https://chrome.google.com/webstore/detail/random-number-plus/ciaeedbhghjjfckbpedkgmfjmobpggog |
Descrição | Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related… |
Tamanho do Arquivo | 14.58 KB |
Contagem de Instalações | 87 |
Versão Atual | 0.1 |
Última Atualização | 2018-07-12 |
Data de Publicação | 2018-07-12 |
Classificação | 4.80/5 Total de 5 Avaliações |
Desenvolvedor | matthew.teja |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Random Number Plus", "version": "0.1", "author": "Matthew Teja", "browser_action": { "default_popup": "popup.html" }, "short_name": "RNP Generator", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "storage", "notifications" ], "content_scripts": [ { "matches": [ " |