Unit Converter

Unit Converter Calculator

Unit Converterとは何ですか?

Unit Converterはhttp://saranyamoellers.comによって開発されたChromeの拡張機能で、その主な機能は「Unit Converter Calculator」です。

拡張機能のスクリーンショット

screenshot

Unit Converter拡張機能のCRXファイルをダウンロード

Unit Converter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This Unit Converter converts metric or US Customary. It easily converts length, area, volume, weight and temperature with a high degree of accuracy.
This Unit Converter is also available as an app in Google play store for free! and no advertise!
Search under "unit converter saranya".                    

拡張機能の基本情報

名前 Unit Converter Unit Converter
ID kbnbcdhmghagbojnfcbgccefgeiefgdk
公式URL https://chrome.google.com/webstore/detail/unit-converter/kbnbcdhmghagbojnfcbgccefgeiefgdk
説明 Unit Converter Calculator
ファイルサイズ 954 KB
インストール数 206
現在のバージョン 0.19
最終更新日 2017-03-14
公開日 2017-03-14
評価 4.00/5 合計 3 レビュー
開発者 http://saranyamoellers.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://developer.chrome.com/webstore/terms
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unit Converter",
    "icons": {
        "128": "images\/underline-128.png",
        "16": "images\/underline-16.png",
        "48": "images\/underline-48.png"
    },
    "description": "Unit Converter Calculator",
    "short_name": "Converter",
    "version": "0.19",
    "browser_action": {
        "default_popup": "index.html",
        "default_icon": "images\/underline-16.png"
    },
    "permissions": [
        "notifications"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}