Yoda on the Web

Yoda on the Web

Takes all the text in header tags and replaces them with how Master Yoda would speak it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Yoda on the Web",
  "version": "0.1",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "jquery-310min.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "Yoda16.png",
    "48": "Yoda48.png",
    "128": "Yoda128.png"
  },
  "description": "Takes all the text in header tags and replaces them with how Master Yoda would speak it."
}