Zalgo Chrome

Zalgo Chrome

Zalgo-fy any text at a click of a button! Simply highlight the text you want to Zalgo, click `Zalgo-fy`, and watch the magic unfold.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Zalgo Chrome",
  "version": "1.0",
  "description": "Zalgo-fy any text at a click of a button! Simply highlight the text you want to Zalgo, click `Zalgo-fy`, and watch the magic unfold.",
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "images/zalgo-logo-16.png",
    "48": "images/zalgo-logo-48.png",
    "128": "images/zalgo-logo-128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/zalgo-logo-16.png",
      "48": "images/zalgo-logo-48.png",
      "128": "images/zalgo-logo-128.png"
    },
    "default_title": "Zalgo Chrome",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}