Github PR to Slack Message Firefox

Examine source code of Github PR to Slack Message

By: Yuichi Add-on
Inspect and view changes in Github PR to Slack Message source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "name": "Github PR to Slack Message",
  "description": "Adds a button and context menu to copy a Github pull request as a slack message you can post to your team.",
  "version": "1.6",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e0ce7a3a-b3ca-4b56-b383-46c21e24ff59}"
    }
  }
}

Best Github PR to Slack Message Alternatives

Here are some Firefox add-ons that are similar to Github PR to Slack Message: