By: Jairo Santos
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"
}
}
} Best GitHub PR info Slack formatter Alternatives
Here are some Firefox add-ons that are similar to GitHub PR info Slack formatter:
Copy PR details
Matt Powell
Github PR to Slack Message
Yuichi
github-pr-pretty-link
David
GitHub Commit Message Helper
Matthew Huxtable
Share Pull Request
Corey Sanford
GitSniper
GitSniper
GitHub PRs Display Target Branch
Asgrim
Github PR Fetch
mgalgs
HelPR
Aviskar KC
GitHub - Branch Scroll
Firefox user 14553953