Helper for GitHub notifications in Gmail Firefox

Examine source code of Helper for GitHub notifications in Gmail

By: Mu-An
Inspect and view changes in Helper for GitHub notifications in Gmail source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Helper for GitHub notifications in Gmail",
  "short_name": "helpergithubgmail",
  "version": "0.9.2",
  "manifest_version": 2,
  "description": "Add links to GitHub threads and shortcuts to your Gmail interface.",
  "homepage_url": "http://github.com/muan/github-gmail",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "page": "src/bg/background.html",
    "persistent": true
  },
  "commands": {
    "open-link": {
      "suggested_key": {
        "default": "Ctrl+G",
        "mac": "MacCtrl+G"
      },
      "description": "Open link"
    },
    "open-link-in-background": {
      "suggested_key": {
        "default": "Ctrl+B",
        "mac": "MacCtrl+B"
      },
      "description": "Open link in background"
    },
    "mute-link": {
      "suggested_key": {
        "default": "Ctrl+H",
        "mac": "MacCtrl+H"
      },
      "description": "Mute thread"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "css": [
        "src/inject/inject.css"
      ],
      "js": [
        "src/inject/inject.js"
      ]
    }
  ]
}

Best Helper for GitHub notifications in Gmail Alternatives

Here are some Firefox add-ons that are similar to Helper for GitHub notifications in Gmail: