Metric Beyond
Bring the metric unit system to D&D Beyond!
Τι είναι το Metric Beyond;
Το Metric Beyond είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Jean-François Vaduret, και η κύρια λειτουργία του είναι "Bring the metric unit system to D&D Beyond!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Metric Beyond
Λήψη αρχείων επέκτασης Metric Beyond σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" ] } |