Length Converter

This extension will convert lengths (metric and imperial).

What is Length Converter?

Length Converter is a Chrome extension developed by auburnpeachfuzz, and its main feature is "This extension will convert lengths (metric and imperial).".

Extension Screenshots

screenshot
screenshot

Download Length Converter Extension CRX File

Download Length Converter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Length Converter Length Converter
ID gnmcakofhhbmljpocbklhdboifijfdmk
Official URL https://chrome.google.com/webstore/detail/length-converter/gnmcakofhhbmljpocbklhdboifijfdmk
Description This extension will convert lengths (metric and imperial).
File Size 7.46 KB
Installation Count 102
Current Version 1.0
Last Updated 2018-05-31
Publish Date 2018-05-31
Rating 5.00/5 Total 1 Ratings
Developer auburnpeachfuzz
Payment Type free
Supported Languages 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"
    ]
}