PX to EM
Converts PX to relative EM units.
What is PX to EM?
PX to EM is a Chrome extension developed by Updula, and its main feature is "Converts PX to relative EM units.".
Extension Screenshots
Download PX to EM Extension CRX File
Download PX to EM 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
Converts PX to relative EM units.
Extension Basic Information
Name | PX to EM |
ID | poggpggikdfleailahgakgmedgpndfdd |
Official URL | https://chromewebstore.google.com/detail/px-to-em/poggpggikdfleailahgakgmedgpndfdd |
Description | Converts PX to relative EM units. |
File Size | 45.1 KB |
Installation Count | 518 |
Current Version | 1.0 |
Last Updated | 2014-06-24 |
Publish Date | 2014-06-24 |
Rating | 3.71/5 Total 7 Ratings |
Developer | Updula |
Payment Type | free |
Extension Website | http://updu.la/pxtoem |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PX to EM", "description": "Converts PX to relative EM units.", "version": "1.0", "browser_action": { "default_title": "PX to EM", "default_icon": "icons\/icon_19.png", "default_popup": "popup.html" }, "icons": { "128": "icons\/icon_128.png" } } |