Really Good Dice

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

Qu'est-ce que Really Good Dice ?

Really Good Dice est une extension Chrome développée par https://reallygood.co.il, et sa fonction principale est "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Really Good Dice

Téléchargez les fichiers d'extension Really Good Dice 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

                        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.                    

Informations de Base sur l'Extension

Nom Really Good Dice Really Good Dice
ID mfedjabphbbhekfijmgipfhddgjfnain
URL Officiel https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain
Description Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Taille du Fichier 204 KB
Nombre d'Installations 6,000
Version Actuelle 2
Dernière Mise à Jour 2021-06-02
Date de Publication 2013-10-27
Évaluation 4.17/5 Total 24 Évaluations
Développeur https://reallygood.co.il
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://reallygood.co.il/
URL de la Page d'Aide https://reallygood.co.il/
Langues Prises en Charge 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"
    }
}