Metric Beyond
Bring the metric unit system to D&D Beyond!
Metric Beyond क्या है?
Metric Beyond Jean-François Vaduret द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Bring the metric unit system to D&D Beyond!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Metric Beyond एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Metric Beyond will automatically convert all imperial units to metric units on the D&D Beyond* website. It uses the official values given in the french Dungeons & Dragons** sourcebooks. MAIN FEATURES: ● Converts distances and weights in imperial units to metric units automatically ● It works on D&D Beyond character, monsters, sourcebooks, spells and magic items pages, as well as the encounters tool. ● It's available for Firefox, Safari and Chrome ! ● It's open source and free ! Find the source code at https://github.com/gencys/MetricBeyond ● And more features to come ! * ©2023 D&D Beyond | All Rights Reserved ** Dungeons & Dragons, D&D, their respective logos, and all Wizards titles and characters are property of Wizards of the Coast LLC in the U.S.A. and other countries. ©2023 Wizards.
एक्सटेंशन की मूल जानकारी
नाम | Metric Beyond |
ID | cihnlndlolbobejfmejjnagmohcbklff |
आधिकारिक URL | https://chromewebstore.google.com/detail/metric-beyond/cihnlndlolbobejfmejjnagmohcbklff |
विवरण | Bring the metric unit system to D&D Beyond! |
फ़ाइल का आकार | 158 KB |
स्थापना संख्या | 54 |
वर्तमान संस्करण | 1.9.1 |
अंतिम अपडेट | 2023-11-05 |
प्रकाशन तिथि | 2023-01-07 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Jean-François Vaduret |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://jeanvi.com/metricbeyond/ |
सहायता पृष्ठ URL | https://jeanvi.com/metricbeyond/#faq |
गोपनीयता नीति पृष्ठ URL | https://github.com/gencys/MetricBeyond/blob/main/PrivacyPolicy.md |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Metric Beyond", "description": "Bring the metric unit system to D&D Beyond!", "version": "1.9.1", "icons": { "256": "images\/Chrome_Metric_Beyond_256.png", "512": "images\/Chrome_Metric_Beyond_512.png" }, "content_scripts": [ { "js": [ "libs\/purify.min.js", "content.js" ], "matches": [ "https:\/\/www.dndbeyond.com\/characters\/*", "https:\/\/www.dndbeyond.com\/monsters\/*", "https:\/\/www.dndbeyond.com\/magic-items\/*", "https:\/\/www.dndbeyond.com\/spells\/*", "https:\/\/www.dndbeyond.com\/sources\/*", "https:\/\/www.dndbeyond.com\/encounters\/*", "https:\/\/www.dndbeyond.com\/combat-tracker\/*" ] } ], "action": { "default_popup": "popup.html", "default_icon": { "32": "images\/toolbar_MB_32.png", "38": "images\/toolbar_MB_38.png", "48": "images\/toolbar_MB_48.png", "72": "images\/toolbar_MB_72.png" } }, "permissions": [ "storage" ] } |