TexAgs Forum Code Help

TexAgs Forum Code Help

Add forum code help buttons to the post topic/reply/pm pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "TexAgs Forum Code Help",
  "version": "3.1.2",
  "description": "Add forum code help buttons to the post topic/reply/pm pages",
  "icons": {
    "48": "taicon.jpeg",
    "128": "texagsicon.jpeg"
  },
  "content_scripts": [
    {
      "js": [
        "texagsforumcodehelp.user.js"
      ],
      "matches": [
        "http://www.texags.com/*",
        "https://www.texags.com/*",
        "http://texags.com/*",
        "https://texags.com/*",
        "http://*.texags.com/*",
        "https://*.texags.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "short_name": "TAFCH"
}