Roll20 Made Easlier

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

什么是Roll20 Made Easlier?

Roll20 Made Easlier是由Cyane开发的Chrome扩展程序,该扩展的主要功能是“(Indev) General tools for roll 20, in one browser plugin.”。

扩展截图

screenshot
screenshot

下载Roll20 Made Easlier扩展crx文件

下载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"
            ]
        }
    ]
}