AutoDice

A simple dice roller.

ما هو AutoDice؟

AutoDice هو إضافة Chrome تم تطويرها بواسطة https://www.cyborgsushi.com، والميزة الرئيسية لها هي "A simple dice roller.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AutoDice

قم بتنزيل ملفات الامتداد AutoDice بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/                    

معلومات أساسية عن التمديد

الاسم AutoDice AutoDice
ID bnejadjgfckllmggaioifgcmppekedbc
عنوان URL الرسمي https://chromewebstore.google.com/detail/autodice/bnejadjgfckllmggaioifgcmppekedbc
الوصف A simple dice roller.
حجم الملف 17.07 KB
عدد التثبيتات 88
النسخة الحالية 1.0
آخر تحديث 2012-06-16
تاريخ النشر 2012-06-16
تقييم 3.50/5 مجموع تقييمات 4
المطور https://www.cyborgsushi.com
نوع الدفع free
موقع الإضافة http://www.cyborgsushi.com/
اللغات المدعومة 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
}