Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Hvad er Really Good Dice?
Really Good Dice er en Chrome-udvidelse udviklet af https://reallygood.co.il, og dens hovedfunktion er "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".
Udvidelsesskærmbilleder
Download Really Good Dice-udvidelses-CRX-fil
Download Really Good Dice-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | mfedjabphbbhekfijmgipfhddgjfnain |
| Officiel URL | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
| Beskrivelse | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
| Filstørrelse | 204 KB |
| Antal Installationer | 6,000 |
| Nuværende Version | 2 |
| Senest Opdateret | 2021-06-02 |
| Udgivelsesdato | 2013-10-27 |
| Bedømmelse | 4.17/5 Samlet 24 Bedømmelser |
| Udvikler | https://reallygood.co.il |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://reallygood.co.il/ |
| Hjælpeside-URL | https://reallygood.co.il/ |
| Understøttede Sprog | 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"
}
} | |