Really Good Dice
Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.
Co to jest Really Good Dice?
Really Good Dice to rozszerzenie Chrome opracowane przez https://reallygood.co.il, a jego główną funkcją jest „Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Really Good Dice
Pobierz pliki rozszerzeń Really Good Dice w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mfedjabphbbhekfijmgipfhddgjfnain |
| Oficjalny URL | https://chromewebstore.google.com/detail/really-good-dice/mfedjabphbbhekfijmgipfhddgjfnain |
| Opis | Ever wanted to roll a dice and couldn't find one? Now you have it with you all the time. |
| Rozmiar pliku | 204 KB |
| Liczba instalacji | 6,000 |
| Aktualna Wersja | 2 |
| Ostatnia Aktualizacja | 2021-06-02 |
| Data Publikacji | 2013-10-27 |
| Ocena | 4.17/5 Łącznie 24 Oceny |
| Deweloper | https://reallygood.co.il |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://reallygood.co.il/ |
| Adres URL Strony Pomocy | https://reallygood.co.il/ |
| Obsługiwane Języki | 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"
}
} | |