Really Good Dice

Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.

Wat is Really Good Dice?

Really Good Dice is een Chrome-extensie ontwikkeld door https://reallygood.co.il, en de belangrijkste functie is "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Really Good Dice

Download Really Good Dice-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

                        Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Quickly roll one dice or more, right off from your extension bar.                    

Basisinformatie over de Extensie

Naam Really Good Dice Really Good Dice
ID mfedjabphbbhekfijmgipfhddgjfnain
Officiële URL https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain
Beschrijving Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Bestandsgrootte 204 KB
Aantal Installaties 6,000
Huidige Versie 2
Laatst Bijgewerkt 2021-06-02
Publicatiedatum 2013-10-27
Beoordeling 4.17/5 Totaal 24 Beoordelingen
Ontwikkelaar https://reallygood.co.il
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://reallygood.co.il/
Help Pagina-URL https://reallygood.co.il/
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Really Good Dice",
    "version": "2",
    "manifest_version": 3,
    "description": "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "16": "images\/icon-16x16.png",
        "32": "images\/icon-32x32.png",
        "48": "images\/icon-48x48.png",
        "128": "images\/icon-128x128.png"
    },
    "action": {
        "default_title": "Roll the Dice!",
        "default_icon": {
            "16": "images\/icon-16x16.png",
            "32": "images\/icon-32x32.png"
        }
    },
    "options_page": "options\/options.html",
    "background": {
        "service_worker": "background.js"
    }
}