Metric Beyond

Bring the metric unit system to D&D Beyond!

Metric Beyond là gì?

Metric Beyond là một tiện ích mở rộng Chrome được phát triển bởi Jean-François Vaduret, và tính năng chính của nó là "Bring the metric unit system to D&D Beyond!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Metric Beyond

Tải xuống các tệp mở rộng Metric Beyond dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Metric Beyond Metric Beyond
ID cihnlndlolbobejfmejjnagmohcbklff
URL Chính Thức https://chromewebstore.google.com/detail/metric-beyond/cihnlndlolbobejfmejjnagmohcbklff
Mô tả Bring the metric unit system to D&D Beyond!
Kích Thước Tệp 158 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.9.1
Cập Nhật Lần Cuối 2023-11-05
Ngày Phát Hành 2023-01-07
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Jean-François Vaduret
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://jeanvi.com/metricbeyond/
URL Trang Trợ Giúp https://jeanvi.com/metricbeyond/#faq
URL Trang Chính Sách Bảo Mật https://github.com/gencys/MetricBeyond/blob/main/PrivacyPolicy.md
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}