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.”。
扩展截图
下载Metric to Imperial Converter扩展crx文件
下载Metric to Imperial Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 |
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" } } |