PX to EM

PX to EM

Converts PX to relative EM units.

Merlin
Additional files are visible only to premium users

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"
  }
}