Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Vad är Really Good Dice?
Really Good Dice är en Chrome-tillägg utvecklad av https://reallygood.co.il, och dess huvudfunktion är "Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.".
Tilläggsskärmbilder
Ladda ner Really Good Dice-förlängningens CRX-fil
Ladda ner Really Good Dice-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | mfedjabphbbhekfijmgipfhddgjfnain |
| Officiell webbadress | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
| Beskrivning | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
| Filstorlek | 204 KB |
| Antal Installationer | 6,000 |
| Aktuell Version | 2 |
| Senast Uppdaterad | 2021-06-02 |
| Publiceringsdatum | 2013-10-27 |
| Betyg | 4.17/5 Totalt 24 Betyg |
| Utvecklare | https://reallygood.co.il |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://reallygood.co.il/ |
| Hjälpsida URL | https://reallygood.co.il/ |
| Stödda Språk | 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"
}
} | |