Font Switcher

Font Switcher

Change the font size on your webpage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Font Switcher",
  "description": "Change the font size on your webpage.",
  "version": "1.0",
  "content_security_policy": "script-src 'self' 'sha256-WOdSzz11/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='",
  "browser_action": {
    "default_popup": "main.html"
  },
  "permissions": [
    "<all_urls>"
  ]
}