GitHub Weekends Firefox

Examine source code of GitHub Weekends

Por: Phil Nash
Inspect and view changes in GitHub Weekends source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Weekends",
  "version": "1.0.1",
  "description": "A silly browser extension that marks weekend contributions on GitHub in red.",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "weekend.js"
      ]
    }
  ],
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  }
}

Melhores alternativas GitHub Weekends

Aqui estão algumas Firefox add-ons que são similares a GitHub Weekends: