Unit conversion tool
Unit Conversion
What is Unit conversion tool?
Unit conversion tool is a Chrome extension developed by Unknown, and its main feature is "Unit Conversion".
Extension Screenshots
Download Unit conversion tool Extension CRX File
Download Unit conversion tool 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
Convert units using google search from context menu (Beta)
Extension Basic Information
Name | Unit conversion tool |
ID | akfncfficnpfhblepcelkbdhpdkloogk |
Official URL | https://chromewebstore.google.com/detail/unit-conversion-tool/akfncfficnpfhblepcelkbdhpdkloogk |
Description | Unit Conversion |
File Size | 96.62 KB |
Installation Count | 102 |
Current Version | 0.7 |
Last Updated | 2017-08-17 |
Publish Date | 2017-08-17 |
Rating | 3.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unit conversion tool", "icons": { "48": "icons\/wrench.png", "96": "icons\/wrench.png" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "description": "Unit Conversion", "version": "0.7", "permissions": [ "contextMenus" ], "background": { "scripts": [ "unitconversion.js" ] }, "manifest_version": 2 } |