Inches to CM
Converts length in inches to centimeters
什么是Inches to CM?
Inches to CM是由Backbencher.dev开发的Chrome扩展程序,该扩展的主要功能是“Converts length in inches to centimeters”。
扩展截图
下载Inches to CM扩展crx文件
下载Inches to CM扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
An easy way to convert inches to centimeters right from the browser
扩展基本信息
名称 | Inches to CM |
ID | bkfbhbfhifpmlgnglkafjgpebppihomk |
官方URL | https://chromewebstore.google.com/detail/inches-to-cm/bkfbhbfhifpmlgnglkafjgpebppihomk |
简介 | Converts length in inches to centimeters |
文件大小 | 31.14 KB |
安装次数 | 184 |
当前版本 | 1.0.0 |
更新时间 | 2022-11-01 |
上架时间 | 2022-10-31 |
开发者 | Backbencher.dev |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://backbencher.dev |
隐私政策页面URL | https://backbencher.dev/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Inches to CM", "description": "Converts length in inches to centimeters", "version": "1.0.0", "action": { "default_popup": "popup\/popup.html", "default_icon": "logo.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |