GitHub PR info Slack formatter Firefox

Examine source code of GitHub PR info Slack formatter

Inspect and view changes in GitHub PR info Slack formatter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_appName__",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "icons/icon-16.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "background": {
    "scripts": []
  },
  "permissions": [
    "tabs",
    "storage",
    "https://github.com/*/*/pull/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/pull/*"
      ],
      "js": [
        "scripts/contentscript.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "applications": {
    "gecko": {
      "id": "github-pr-slack-formatter@jairovsky.github.io"
    }
  }
}

Meilleures alternatives GitHub PR info Slack formatter

Voici quelques Firefox add-ons qui sont similaires à GitHub PR info Slack formatter :