Poly Dice Roller
Advanced Dice Roller suitable for any RPG.
Vad är Poly Dice Roller?
Poly Dice Roller är en Chrome-tillägg utvecklad av Harmless Key, och dess huvudfunktion är "Advanced Dice Roller suitable for any RPG.".
Tilläggsskärmbilder
Ladda ner Poly Dice Roller-förlängningens CRX-fil
Ladda ner Poly Dice Roller-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
Advanced Dice Roller suitable for any Role Playing Game. Roll dice with any number of sides and get total values for your rolls. Grundläggande Information om Tillägg
| Namn | |
| ID | bkjmjeebmfmnccffnlanlajfjjflkilj |
| Officiell webbadress | https://chromewebstore.google.com/detail/poly-dice-roller/bkjmjeebmfmnccffnlanlajfjjflkilj |
| Beskrivning | Advanced Dice Roller suitable for any RPG. |
| Filstorlek | 927 KB |
| Antal Installationer | 43 |
| Aktuell Version | 0.1 |
| Senast Uppdaterad | 2023-02-01 |
| Publiceringsdatum | 2023-01-16 |
| Betyg | 5.00/5 Totalt 3 Betyg |
| Utvecklare | Harmless Key |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Key Roos & Harm Manders",
"name": "Poly Dice Roller",
"description": "Advanced Dice Roller suitable for any RPG.",
"version": "0.1",
"icons": {
"16": "assets\/images\/icon16.png",
"32": "assets\/images\/icon32.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
},
"action": {
"default_popup": "index.html",
"default_icon": {
"16": "assets\/images\/icon16.png",
"32": "assets\/images\/icon32.png",
"48": "assets\/images\/icon48.png",
"128": "assets\/images\/icon128.png"
}
},
"permissions": [
"storage"
]
} | |