Quick Unit Converter
Quickly convert different units with instant results, making your online experience simpler and more convenient.
What is Quick Unit Converter?
Quick Unit Converter is a Chrome extension developed by Vu Le, and its main feature is "Quickly convert different units with instant results, making your online experience simpler and more convenient.".
Extension Screenshots
Download Quick Unit Converter Extension CRX File
Download Quick Unit 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
The Ultimate Unit Converter Chrome Extension is a powerful tool designed to simplify your online experience by providing quick and efficient unit conversions right at your fingertips. With this extension, you can bid farewell to manual calculations and tedious searches for conversion tables. Using our user-friendly interface, you can effortlessly convert between a wide range of units in various categories, including length, weight, temperature, volume, time, and more. Simply type the text or value you want to convert, and our extension will instantly display the converted result in real-time.
Extension Basic Information
Name | Quick Unit Converter |
ID | lidpjcjphjancjegopimhioapbpcadhe |
Official URL | https://chromewebstore.google.com/detail/quick-unit-converter/lidpjcjphjancjegopimhioapbpcadhe |
Description | Quickly convert different units with instant results, making your online experience simpler and more convenient. |
File Size | 126 KB |
Installation Count | 108 |
Current Version | 1.0.1 |
Last Updated | 2023-06-15 |
Publish Date | 2023-06-15 |
Rating | 3.00/5 Total 2 Ratings |
Developer | Vu Le |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quick Unit Converter", "version": "1.0.1", "description": "Quickly convert different units with instant results, making your online experience simpler and more convenient.", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [], "devtools_page": "src\/pages\/devtools\/index.html", "web_accessible_resources": [ { "resources": [ "assets\/js\/*.js", "assets\/css\/*.css", "icon-128.png", "icon-34.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |