Metric to Imperial Converter

This extension allows the user to convert dimensions between imperial and metric.

Metric to Imperial Converter란 무엇입니까?

Metric to Imperial Converter은(는) RJ Richter에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows the user to convert dimensions between imperial and metric."입니다.

확장 프로그램 스크린샷

screenshot

Metric to Imperial Converter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Want to convert inches to millimeters or centimeters?  This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.                    

확장 프로그램 기본 정보

이름 Metric to Imperial Converter Metric to Imperial Converter
ID hmlgbjphkkebdhpefpmkklhgndbccejm
공식 URL https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm
설명 This extension allows the user to convert dimensions between imperial and metric.
파일 크기 263 KB
설치 횟수 112
현재 버전 1.2.00
최근 업데이트 2022-03-23
출시 날짜 2021-05-19
개발자 RJ Richter
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Metric to Imperial Converter",
    "short_name": "Metric to Imperial Converter",
    "description": "This extension allows the user to convert dimensions between imperial and metric.",
    "version": "1.2.00",
    "author": "RjR",
    "options_page": "options.html",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Metric to Imperial Converter",
        "default_icon": "img\/tools-16-128.png",
        "default_popup": "popup.html"
    }
}