AutoDice
A simple dice roller.
Was ist AutoDice?
AutoDice ist eine Chrome-Erweiterung, die von https://www.cyborgsushi.com entwickelt wurde, und ihr Hauptmerkmal ist "A simple dice roller.".
Erweiterungsscreenshots
AutoDice-Erweiterungs-CRX-Datei herunterladen
Laden Sie AutoDice-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
Want to roll a dice, but to lazy to press a button? Then try AutoDice, a dice that rolls it self!
Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License, more info at http://creativecommons.org/licenses/by-nc-nd/3.0/ Grundlegende Informationen zur Erweiterung
| Name | |
| ID | bnejadjgfckllmggaioifgcmppekedbc |
| Offizielle URL | https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc |
| Beschreibung | A simple dice roller. |
| Dateigröße | 17.07 KB |
| Installationsanzahl | 88 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2012-06-16 |
| Veröffentlichungsdatum | 2012-06-16 |
| Bewertung | 3.50/5 Insgesamt 4 Bewertungen |
| Entwickler | https://www.cyborgsushi.com |
| Zahlungsart | free |
| Erweiterungswebsite | http://www.cyborgsushi.com/ |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoDice",
"description": "A simple dice roller.",
"icons": {
"16": "icon_16.png",
"48": "icon_48.png",
"128": "icon_128.png"
},
"version": "1.0",
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": "icon_128.png",
"default_popup": "popup.html",
"name": "Roll the Dice",
"icons": [
"icon_128.png",
"icon_48.png",
"icon_16.png"
]
},
"manifest_version": 2
} | |