Inspect and view changes in All PR Files Viewed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "All PR Files Viewed",
"description": "Set all files in a PR viewed (Github / Gitlab)",
"author": "Iván Córdoba Donet",
"version": "0.1.0",
"icons": {
"16": "assets/icon_16.png",
"32": "assets/icon_32.png",
"48": "assets/icon_48.png",
"64": "assets/icon_64.png",
"128": "assets/icon_128.png"
},
"permissions": [
"activeTab"
],
"background": {
"scripts": [
"js/background.js"
]
},
"browser_action": {
"default_title": "All PR Files Viewed"
},
"content_scripts": [
{
"matches": [
"https://github.com/*",
"https://gitlab.com/*"
],
"js": [
"js/messenger.js"
]
}
]
} Best All PR Files Viewed Alternatives
Here are some Firefox add-ons that are similar to All PR Files Viewed:
Git PR Viewer
sivasatvik
Content In Context
GyuYong Jung
Github Diff Order
tragedy-cuddles
GH PR cleaner
YS
GHFilesChecker
helderburato
PR Review Checklist for GitHub
Aevorn LLC
GitHub PR File Randomizer
Toby Crawley
GitHub PR Quick Filters
Tyler Day
Paqt - Github pr helper
Martijn-paqt
GitHub Lines Viewed
Jamie McKernan
Mighty GitHub PRs
Adam Graf
Github Relations
Noitidart