By: Andrew Nesbitt
Inspect and view changes in Octobox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Octobox",
"version": "1.0.0",
"description": "Integrate Octobox directly into your GitHub workflow",
"author": "Andrew Nesbitt",
"homepage_url": "https://octobox.io",
"icons": {
"48": "icons/octobox-48.png",
"96": "icons/octobox-96.png"
},
"content_scripts": [
{
"matches": [
"*://*.github.com/*",
"*://octobox.io/*"
],
"js": [
"octobox.js"
],
"css": [
"octobox.css"
]
}
],
"host_permissions": [
"*://octobox.io/*"
],
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"icons/*"
],
"matches": [
"*://*.github.com/*",
"*://octobox.io/*"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{abf2af07-72a6-450b-8aca-a985ab478330}"
}
}
} Best Octobox Alternatives
Here are some Firefox add-ons that are similar to Octobox:
Octobox on GitHub
Alex Ward
Shut Up, Github!
Fernando Mendes
Github Pull Request Counter
Renuo AG
OneSidebar - GitHub Navigator
Oliver N
OctoProject
warpech
GitHub Omnibox
8columns
GitHub Notifier Pro
eux
Octotree - GitHub code tree
Team Octotree
Advanced GitHub Notifier
freaktechnik