Roll20 Made Easlier
(Indev) General tools for roll 20, in one browser plugin.
Roll20 Made Easlier क्या है?
Roll20 Made Easlier Cyane द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "(Indev) General tools for roll 20, in one browser plugin."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Roll20 Made Easlier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } ] } |