Roll20 Made Easlier

(Indev) General tools for roll 20, in one browser plugin.

Roll20 Made Easlierคืออะไร?

Roll20 Made Easlier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Cyane และคุณลักษณะหลักของมันคือ "(Indev) General tools for roll 20, in one browser plugin."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Roll20 Made Easlier

ดาวน์โหลดไฟล์ส่วนขยาย Roll20 Made Easlier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        (Indev) General tools for roll 20, in one browser plugin.

- Currently includes -

Real-Time Turn Timer:
A timer which counts how long the current turn has taken so far in real-time, displayed in the 'Turn Order' window.


- Planned future features -
Round number and in-game timer. E.g. "Round: 7 (1m 06s)":
Round counter with in-game (not real-time) timer, displayed in the 'Turn Order' window. Timer increments in intervals of 6 seconds for each round completed, to track in-game time.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Roll20 Made Easlier Roll20 Made Easlier
ID kmgfdkffnlbkfjdfcbfajlknhakecnga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/roll20-made-easlier/kmgfdkffnlbkfjdfcbfajlknhakecnga
คำอธิบาย (Indev) General tools for roll 20, in one browser plugin.
ขนาดไฟล์ 38.38 KB
จำนวนการติดตั้ง 114
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-04-19
วันที่เผยแพร่ 2022-04-18
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Cyane
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cyane-github/roll20-made-easlier
URL หน้าช่วยเหลือ https://github.com/cyane-github/roll20-made-easlier
URL หน้านโยบายความเป็นส่วนตัว https://github.com/cyane-github/roll20-made-easlier/blob/main/privacy-policy/README.md
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Roll20 Made Easlier",
    "description": "(Indev) General tools for roll 20, in one browser plugin.",
    "version": "1.0.0",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/app.roll20.net\/editor\/"
    ],
    "icons": {
        "16": "\/icons\/easlier16.png",
        "32": "\/icons\/easlier32.png",
        "48": "\/icons\/easlier48.png",
        "128": "\/icons\/easlier128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/icons\/easlier16.png",
            "32": "\/icons\/easlier32.png",
            "48": "\/icons\/easlier48.png",
            "128": "\/icons\/easlier128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.roll20.net\/editor\/"
            ],
            "js": [
                "src\/turn-timer\/index.js"
            ]
        }
    ]
}