Simple Unit Converter
This extension is a very simple unit converter for chrome
What is Simple Unit Converter?
Simple Unit Converter is a Chrome extension developed by Ofer Stolov, and its main feature is "This extension is a very simple unit converter for chrome".
Download Simple Unit Converter Extension CRX File
Download Simple 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
Extension Basic Information
Name | |
ID | hkphgidnnbmnbdelgddaajkgpkdhgfld |
Official URL | https://chrome.google.com/webstore/detail/simple-unit-converter/hkphgidnnbmnbdelgddaajkgpkdhgfld |
Description | This extension is a very simple unit converter for chrome |
File Size | 1.12 MB |
Installation Count | 30 |
Current Version | 1.1.0.2 |
Last Updated | 2016-02-04 |
Publish Date | 2016-02-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Ofer Stolov |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Unit Converter", "short_name": "SUC", "description": "This extension is a very simple unit converter for chrome", "version": "1.1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/api.fixer.io\/*" ] } |