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.”。
擴展截圖
下載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 |
ID | kmgfdkffnlbkfjdfcbfajlknhakecnga |
官方網址 | 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" ] } ] } |