Unit converter
General Converter for Energy, Mass, Volume.
Unit converterとは何ですか?
Unit converterはMr.TRYBOIによって開発されたChromeの拡張機能で、その主な機能は「General Converter for Energy, Mass, Volume.」です。
拡張機能のスクリーンショット
Unit converter拡張機能のCRXファイルをダウンロード
Unit converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Конвертер единиц - энергия, масса, объем. Работает оффлайн!
拡張機能の基本情報
名前 | Unit converter |
ID | gdnablbcdiimagdjpgkkbdcaaagcmmai |
公式URL | https://chromewebstore.google.com/detail/unit-converter/gdnablbcdiimagdjpgkkbdcaaagcmmai |
説明 | General Converter for Energy, Mass, Volume. |
ファイルサイズ | 45.15 KB |
インストール数 | 130 |
現在のバージョン | 1.3 |
最終更新日 | 2019-03-03 |
公開日 | 2019-03-03 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | Mr.TRYBOI |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unit converter", "short_name": "Unit converter", "description": "General Converter for Energy, Mass, Volume.", "version": "1.3", "homepage_url": "https:\/\/t.me\/mrtryboi", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab" ], "content_scripts": [ { "all_frames": true, "js": [ "jquery.min.js", "ga.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |