GitHub PR Tab Fixer

GitHub PR Tab Fixer

GitHub: makes the "Comment" buttons the first in tab order

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "*://github.com/*"
      ]
    }
  ],
  "description": "GitHub: makes the \"Comment\" buttons the first in tab order",
  "icons": {
    "16": "assets/icon16.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "manifest_version": 2,
  "name": "GitHub PR Tab Fixer",
  "version": "2.0"
}