EasyConvert
Converts units in page automatically
什么是EasyConvert?
EasyConvert是由deanvh1开发的Chrome扩展程序,该扩展的主要功能是“Converts units in page automatically”。
扩展截图
下载EasyConvert扩展crx文件
下载EasyConvert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically convert units directly in your page! No need to waste time searching for conversions or to convert each measurement one-by-one.
This extension is in development and currently supports converting the following:
-kilograms to pounds
-kilometers to miles
-meters to feet
-Celsius to Fahrenheit 扩展基本信息
| 名称 | |
| ID | ajpcobkenlncoifnbhfilognklogkolj |
| 官方URL | https://chromewebstore.google.com/detail/easyconvert/ajpcobkenlncoifnbhfilognklogkolj |
| 简介 | Converts units in page automatically |
| 文件大小 | 27.75 KB |
| 安装次数 | 74 |
| 当前版本 | 1.1.2 |
| 更新时间 | 2018-10-05 |
| 上架时间 | 2018-10-05 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | deanvh1 |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"content_scripts": [
{
"js": [
"content_script.js"
],
"matches": [
"*:\/\/*\/*"
],
"run_at": "document_end"
}
],
"description": "Converts units in page automatically",
"manifest_version": 2,
"name": "EasyConvert",
"version": "1.1.2",
"browser_action": {
"default_icon": "convert.png",
"default_title": "EasyConvert!",
"default_popup": "popup.html"
}
} | |