Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Was ist Really Good Dice?
Really Good Dice ist eine Chrome-Erweiterung, die von https://reallygood.co.il entwickelt wurde, und ihr Hauptmerkmal ist "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".
Erweiterungsscreenshots
Really Good Dice-Erweiterungs-CRX-Datei herunterladen
Laden Sie Really Good Dice-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | mfedjabphbbhekfijmgipfhddgjfnain |
| Offizielle URL | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
| Beschreibung | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
| Dateigröße | 204 KB |
| Installationsanzahl | 6,000 |
| Aktuelle Version | 2 |
| Letztes Update | 2021-06-02 |
| Veröffentlichungsdatum | 2013-10-27 |
| Bewertung | 4.17/5 Insgesamt 24 Bewertungen |
| Entwickler | https://reallygood.co.il |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://reallygood.co.il/ |
| Hilfeseite URL | https://reallygood.co.il/ |
| Unterstützte Sprachen | 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"
}
} | |