Really Good Dice

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

Co je Really Good Dice?

Really Good Dice je rozšíření Chrome vyvinuté https://reallygood.co.il, a jeho hlavní funkcí je „Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Really Good Dice

Stáhněte si soubory rozšíření Really Good Dice ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Really Good Dice Really Good Dice
ID mfedjabphbbhekfijmgipfhddgjfnain
Oficiální URL https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain
Popis Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Velikost souboru 204 KB
Počet instalací 6,000
Aktuální Verze 2
Poslední Aktualizace 2021-06-02
Datum Vydání 2013-10-27
Hodnocení 4.17/5 Celkem 24 Hodnocení
Vývojář https://reallygood.co.il
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://reallygood.co.il/
URL Stránky Nápovědy https://reallygood.co.il/
Podporované Jazyky 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"
    }
}