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 |
公式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" ] } ] } |