Unitify
Convert units to your preferred tongue, in-page.
What is Unitify?
Unitify is a Chrome extension developed by Steve Pike, and its main feature is "Convert units to your preferred tongue, in-page.".
Extension Screenshots
Download Unitify Extension CRX File
Download Unitify 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
Unitify translates units and measurements in webpages in-place, so that you don't have to think about converting them yourself.
Extension Basic Information
Name | Unitify |
ID | amhbhaikpableefmhhongikpbefdcgmf |
Official URL | https://chromewebstore.google.com/detail/unitify/amhbhaikpableefmhhongikpbefdcgmf |
Description | Convert units to your preferred tongue, in-page. |
File Size | 63.65 KB |
Installation Count | 38 |
Current Version | 1.0.1 |
Last Updated | 2013-03-26 |
Publish Date | 2013-03-26 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Steve Pike |
Payment Type | free |
Extension Website | http://github.com/stringfellow/unitify |
Help Page URL | http://github.com/stringfellow/unitify/issues |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Unitify", "description": "Convert units to your preferred tongue, in-page.", "version": "1.0.1", "options_page": "options.html", "browser_action": { "default_icon": "globe.png", "default_popup": "options.html" }, "icons": { "128": "globe.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.9.1.min.js", "underscore-min.js", "unitify.js" ], "run_at": "document_end" } ], "permissions": [ "storage" ] } |