Metric Beyond
Bring the metric unit system to D&D Beyond!
Metric Beyond란 무엇입니까?
Metric Beyond은(는) Jean-François Vaduret에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Bring the metric unit system to D&D Beyond!"입니다.
확장 프로그램 스크린샷
Metric Beyond 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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" ] } |