By: guidodinello
Inspect and view changes in Pullscope source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Pullscope",
"description": "Automatically apply custom filters to GitHub Pull Request pages",
"version": "0.1.0",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"storage",
"contextMenus",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "pullscope@guidodinello.dev",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "Pullscope",
"default_popup": "popup.html"
},
"options_ui": {
"page": "options.html"
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"css": [
"content-scripts/content.css"
],
"js": [
"content-scripts/content.js"
]
}
]
} Best Pullscope Alternatives
Here are some Firefox add-ons that are similar to Pullscope:
Github Pull Request Counter
Renuo AG
PR Pulse - GitHub Pull Request Dashboard
Utkarsh
GitHub Live PRs
xmmarcotte
GitKraken Browser Extension
GitKraken
GithubCopylot
Infraviored
PR Tracker
Aab
Github OctoLenses
Renan GEHAN
GitHub Superfilter
Tomer Ron
Github ❤️ ClickUp
Bartholomej
Github PR Fetch
mgalgs