Measurements units converter
Measurement system convert tool
Measurements units converter란 무엇입니까?
Measurements units converter은(는) viktorpatraboi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Measurement system convert tool"입니다.
확장 프로그램 스크린샷
Measurements units converter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Plugin for automatic conversion of measurements units from the metric system to imperial and vice versa. Converts units in page automatically. Supports converting the following: - length(metric <-> imperial) - weight(metric <-> imperial) - temperature(Celsius <-> Fahrenheit) - volume (metric <-> imperial)
확장 프로그램 기본 정보
이름 | Measurements units converter |
ID | ldnkgcpeljjhpfkpapknhjhnninfelga |
공식 URL | https://chromewebstore.google.com/detail/measurements-units-conver/ldnkgcpeljjhpfkpapknhjhnninfelga |
설명 | Measurement system convert tool |
파일 크기 | 15.53 KB |
설치 횟수 | 19 |
현재 버전 | 0.1 |
최근 업데이트 | 2023-07-10 |
출시 날짜 | 2022-02-13 |
개발자 | viktorpatraboi |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/okedo |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Measurements units converter", "description": "Measurement system convert tool", "version": "0.1", "manifest_version": 3, "icons": { "16": ".\/assets\/icon16.png", "48": ".\/assets\/icon48.png", "128": ".\/assets\/icon128.png" }, "permissions": [ "storage" ], "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content-script.js" ] } ] } |