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 |
官方網址 | 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" } } |