Comic

Comic

Converts all the text on the page to comic sans

Merlin
Additional files are visible only to premium users

manifest.json


{
  "description": "Converts all the text on the page to comic sans",
  "manifest_version": 2,
  "name": "Comic",
  "version": "1.0",
  "background": {
    "scripts": [
      "comic.js"
    ]
  },
  "page_action": {
    "default_icon": "icons/off.svg",
    "browser_style": true
  },
  "permissions": [
    "activeTab",
    "tabs"
  ]
}