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" } } |