Metric to Imperial Converter
This extension allows the user to convert dimensions between imperial and metric.
What is Metric to Imperial Converter?
Metric to Imperial Converter is a Chrome extension developed by RJ Richter, and its main feature is "This extension allows the user to convert dimensions between imperial and metric.".
Extension Screenshots
Download Metric to Imperial Converter Extension CRX File
Download Metric to Imperial 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
Want to convert inches to millimeters or centimeters? This tool allows the user to convert dimensions between imperial and metric in a quick and simple way.
Extension Basic Information
Name | Metric to Imperial Converter |
ID | hmlgbjphkkebdhpefpmkklhgndbccejm |
Official URL | https://chromewebstore.google.com/detail/metric-to-imperial-conver/hmlgbjphkkebdhpefpmkklhgndbccejm |
Description | This extension allows the user to convert dimensions between imperial and metric. |
File Size | 263 KB |
Installation Count | 112 |
Current Version | 1.2.00 |
Last Updated | 2022-03-23 |
Publish Date | 2021-05-19 |
Developer | RJ Richter |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://docs.google.com/document/d/1u_AbvdQO_90Ic5DO6F8-UKuB5FK9U87TnrfNtqrbGHw/edit?usp=sharing |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Metric to Imperial Converter", "short_name": "Metric to Imperial Converter", "description": "This extension allows the user to convert dimensions between imperial and metric.", "version": "1.2.00", "author": "RjR", "options_page": "options.html", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_title": "Metric to Imperial Converter", "default_icon": "img\/tools-16-128.png", "default_popup": "popup.html" } } |