Roll20 Made Easlier
(Indev) General tools for roll 20, in one browser plugin.
Roll20 Made Easlier là gì?
Roll20 Made Easlier là một tiện ích mở rộng Chrome được phát triển bởi Cyane, và tính năng chính của nó là "(Indev) General tools for roll 20, in one browser plugin.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Roll20 Made Easlier
Tải xuống các tệp mở rộng Roll20 Made Easlier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
(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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Roll20 Made Easlier |
ID | kmgfdkffnlbkfjdfcbfajlknhakecnga |
URL Chính Thức | https://chromewebstore.google.com/detail/roll20-made-easlier/kmgfdkffnlbkfjdfcbfajlknhakecnga |
Mô tả | (Indev) General tools for roll 20, in one browser plugin. |
Kích Thước Tệp | 38.38 KB |
Số Lần Cài Đặt | 114 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2022-04-19 |
Ngày Phát Hành | 2022-04-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Cyane |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/cyane-github/roll20-made-easlier |
URL Trang Trợ Giúp | https://github.com/cyane-github/roll20-made-easlier |
URL Trang Chính Sách Bảo Mật | https://github.com/cyane-github/roll20-made-easlier/blob/main/privacy-policy/README.md |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |