PX => REM; REM => PX

PX => REM; REM => PX

PX / REM bidirectional converter

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PX => REM; REM => PX",
  "version": "1.0.0",
  "description": "PX / REM bidirectional converter",
  "manifest_version": 3,
  "author": "qanapa.com",
  "action": {
    "default_popup": "index.html",
    "default_title": "PX / REM bidirectional converter"
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}