Inspect and view changes in GitHub PRs and Actions Sidebar source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Sidebar",
"version": "1.0.0",
"description": "Track PRs and run Actions from a sidebar on GitHub",
"sidebar_action": {
"default_title": "GitHub Sidebar",
"default_panel": "sidebar/sidebar.html",
"default_icon": "icons/icon.png",
"open_at_install": false
},
"permissions": [
"storage",
"activeTab",
"https://github.com/*",
"https://api.github.com/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_idle"
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"options_ui": {
"page": "options/options.html",
"open_in_tab": true
},
"browser_specific_settings": {
"gecko": {
"id": "github-sidebar@example.com",
"strict_min_version": "109.0",
"data_collection_permissions": {
"required": [
"browsingActivity"
],
"optional": []
}
}
}
} Best GitHub PRs and Actions Sidebar Alternatives
Here are some Firefox add-ons that are similar to GitHub PRs and Actions Sidebar:
PR Sidebar
dannash
GitHub Sidebar
Paul
View Github Issues&PRs
FoxRefire
GitHub Sidebar Button
Neefko
OneSidebar - GitHub Navigator
Oliver N
GitHub PRs in home page
Airam Hernández Rocha
GitHub PR Check Status
bdkent
GitHub Live PRs
xmmarcotte
Github Quick Launch
DulajDilshan
GitQuiet - GitHub Pull Request Review
FluentAI
APT GitHub Improvements
Michael Comella
Github Issue Reactions
Norfeldt