Really Good Dice

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

Apa itu Really Good Dice?

Really Good Dice adalah ekstensi Chrome yang dikembangkan oleh https://reallygood.co.il, dan fitur utamanya adalah "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Really Good Dice

Unduh file ekstensi Really Good Dice dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Really Good Dice Really Good Dice
ID mfedjabphbbhekfijmgipfhddgjfnain
URL Resmi https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain
Deskripsi Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Ukuran File 204 KB
Jumlah Instalasi 6,000
Versi Saat Ini 2
Terakhir Diperbarui 2021-06-02
Tanggal Publikasi 2013-10-27
Penilaian 4.17/5 Total 24 Penilaian
Pengembang https://reallygood.co.il
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://reallygood.co.il/
URL Halaman Bantuan https://reallygood.co.il/
Bahasa yang Didukung 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"
    }
}