Length Converter

This extension will convert lengths (metric and imperial).

Length Converterとは何ですか?

Length Converterはauburnpeachfuzzによって開発されたChromeの拡張機能で、その主な機能は「This extension will convert lengths (metric and imperial).」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension converts units of length (includes both the metric and imperial systems).
Icon made by Freepik from www.flaticon.com                    

拡張機能の基本情報

名前 Length Converter Length Converter
ID gnmcakofhhbmljpocbklhdboifijfdmk
公式URL https://chrome.google.com/webstore/detail/length-converter/gnmcakofhhbmljpocbklhdboifijfdmk
説明 This extension will convert lengths (metric and imperial).
ファイルサイズ 7.46 KB
インストール数 102
現在のバージョン 1.0
最終更新日 2018-05-31
公開日 2018-05-31
評価 5.00/5 合計 1 レビュー
開発者 auburnpeachfuzz
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Length Converter",
    "version": "1.0",
    "description": "This extension will convert lengths (metric and imperial).",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}