Corgi Chrome

Corgi Chrome

Ever wanted to know if the word corgi is on the web page you are using? This is the extension for you!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Corgi Chrome",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "corgi_chrome.js"
      ],
      "css": [
        "corgss.css"
      ]
    }
  ]
}