Measurements units converter
Measurement system convert tool
什么是Measurements units converter?
Measurements units converter是由viktorpatraboi开发的Chrome扩展程序,该扩展的主要功能是“Measurement system convert tool”。
扩展截图
下载Measurements units converter扩展crx文件
下载Measurements units converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" ] } ] } |