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