Unit Converter
Easy to use Unit Converter
什么是Unit Converter?
Unit Converter是由dtuit开发的Chrome扩展程序,该扩展的主要功能是“Easy to use Unit Converter”。
扩展截图
下载Unit Converter扩展crx文件
下载Unit Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
•Unit converter will convert your units quick and simple. •Choose your preferred category and units on the options page. •Currently supports many common units in the categories of Temperature, Length, Mass, Speed, Volume, Area, Fuel consumption, Time and Digital Storage, [NEW] Added categories Energy, Power, Force, Electric Current. [NEW] Supports Fractional Inputs More categories and units to come. source code available on github: https://github.com/dtuit/UnitConverter-ChromeExt
扩展基本信息
名称 | Unit Converter |
ID | igjeajmonjofckmiheidpmebpmdbbiam |
官方URL | https://chromewebstore.google.com/detail/unit-converter/igjeajmonjofckmiheidpmebpmdbbiam |
简介 | Easy to use Unit Converter |
文件大小 | 63.2 KB |
安装次数 | 10,000 |
当前版本 | 0.0.0.5 |
更新时间 | 2015-11-30 |
上架时间 | 2015-11-30 |
评分 | 4.23/5 共70次评分 |
开发者 | dtuit |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unit Converter", "description": "Easy to use Unit Converter", "version": "0.0.0.5", "icons": { "16": "icons\/Units-icon24.png", "48": "icons\/Units-icon48.png", "128": "icons\/Units-icon128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icons\/Units-icon48.png", "default_popup": "unitConverter.html" } } |