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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        (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"
            ]
        }
    ]
}