AutoDice
A simple dice roller.
Wat is AutoDice?
AutoDice is een Chrome-extensie ontwikkeld door https://www.cyborgsushi.com, en de belangrijkste functie is "A simple dice roller.".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoDice
Download AutoDice-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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/
Basisinformatie over de Extensie
Naam | AutoDice |
ID | bnejadjgfckllmggaioifgcmppekedbc |
Officiële URL | https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc |
Beschrijving | A simple dice roller. |
Bestandsgrootte | 17.07 KB |
Aantal Installaties | 88 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2012-06-16 |
Publicatiedatum | 2012-06-16 |
Beoordeling | 3.50/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://www.cyborgsushi.com |
Betalingswijze | free |
Extensiewebsite | http://www.cyborgsushi.com/ |
Ondersteunde Talen | 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 } |