AutoDice
A simple dice roller.
Vad är AutoDice?
AutoDice är en Chrome-tillägg utvecklad av https://www.cyborgsushi.com, och dess huvudfunktion är "A simple dice roller.".
Tilläggsskärmbilder
Ladda ner AutoDice-förlängningens CRX-fil
Ladda ner AutoDice-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
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/
Grundläggande Information om Tillägg
Namn | AutoDice |
ID | bnejadjgfckllmggaioifgcmppekedbc |
Officiell webbadress | https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc |
Beskrivning | A simple dice roller. |
Filstorlek | 17.07 KB |
Antal Installationer | 88 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2012-06-16 |
Publiceringsdatum | 2012-06-16 |
Betyg | 3.50/5 Totalt 4 Betyg |
Utvecklare | https://www.cyborgsushi.com |
Betalningssätt | free |
Tilläggswebbplats | http://www.cyborgsushi.com/ |
Stödda Språk | 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 } |