Really Good Dice

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

¿Qué es Really Good Dice?

Really Good Dice es una extensión de Chrome desarrollada por https://reallygood.co.il, y su función principal es "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Really Good Dice

Descarga archivos de extensión Really Good Dice en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Really Good Dice Really Good Dice
ID mfedjabphbbhekfijmgipfhddgjfnain
URL Oficial https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain
Descripción Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Tamaño del Archivo 204 KB
Cantidad de Instalaciones 6,000
Versión Actual 2
Última Actualización 2021-06-02
Fecha de Publicación 2013-10-27
Calificación 4.17/5 Total de 24 Calificaciones
Desarrollador https://reallygood.co.il
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://reallygood.co.il/
URL de la Página de Ayuda https://reallygood.co.il/
Idiomas Soportados 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"
    }
}