Unit Converter
Easily convert length, area, volume and other units
Unit Converterとは何ですか?
Unit Converterはhttps://quickrr.comによって開発されたChromeの拡張機能で、その主な機能は「Easily convert length, area, volume and other units」です。
拡張機能のスクリーンショット
Unit Converter拡張機能のCRXファイルをダウンロード
Unit Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple & quick unit converter. Easily convert length, temperature, area, volume, weight and speed between units of measurement. Chrome productivity extensions by http://quickrr.com
拡張機能の基本情報
名前 | Unit Converter |
ID | ngiiaodmkjellommopgjfedfleidaagp |
公式URL | https://chromewebstore.google.com/detail/unit-converter/ngiiaodmkjellommopgjfedfleidaagp |
説明 | Easily convert length, area, volume and other units |
ファイルサイズ | 95.99 KB |
インストール数 | 3,161 |
現在のバージョン | 2.0 |
最終更新日 | 2015-03-25 |
公開日 | 2015-03-25 |
評価 | 3.74/5 合計 35 レビュー |
開発者 | https://quickrr.com |
支払い方法 | free |
拡張機能のウェブサイト | http://quickrr.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "name": "Unit Converter", "version": "2.0", "manifest_version": 2, "description": " Easily convert length, area, volume and other units", "browser_action": { "default_icon": "uc_19.png", "default_popup": "popup.htm", "default_title": "Unit Converter" }, "icons": { "128": "uc_128.png", "48": "uc_48.png", "16": "uc_16.png" } } |