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…

Wat is Random Number Plus?

Random Number Plus is een Chrome-extensie ontwikkeld door matthew.teja, en de belangrijkste functie is "Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Random Number Plus

Download Random Number Plus-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Random Number Plus Random Number Plus
ID ciaeedbhghjjfckbpedkgmfjmobpggog
Officiële URL https://chrome.google.com/webstore/detail/random-number-plus/ciaeedbhghjjfckbpedkgmfjmobpggog
Beschrijving Random Number Plus is an extension with a variety of useful tools in order to provide a quick and accessible way for RNG related…
Bestandsgrootte 14.58 KB
Aantal Installaties 87
Huidige Versie 0.1
Laatst Bijgewerkt 2018-07-12
Publicatiedatum 2018-07-12
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar matthew.teja
Betalingswijze free
Ondersteunde Talen 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": [
                ""
            ],
            "js": [],
            "css": [
                "popup.css"
            ]
        }
    ]
}