Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Cos'è Really Good Dice?
Really Good Dice è un'estensione di Chrome sviluppata da https://reallygood.co.il, e la sua funzione principale è "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Really Good Dice
Scarica i file di estensione Really Good Dice in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. Informazioni di Base sull'Estensione
| Nome | |
| ID | mfedjabphbbhekfijmgipfhddgjfnain |
| URL Ufficiale | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
| Descrizione | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
| Dimensione del File | 204 KB |
| Conteggio Installazioni | 6,000 |
| Versione Corrente | 2 |
| Ultimo Aggiornamento | 2021-06-02 |
| Data di Pubblicazione | 2013-10-27 |
| Valutazione | 4.17/5 Totale 24 Valutazioni |
| Sviluppatore | https://reallygood.co.il |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://reallygood.co.il/ |
| URL della Pagina di Aiuto | https://reallygood.co.il/ |
| Lingue Supportate | 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"
}
} | |