Por: Jamie McKernan Add-on
Inspect and view changes in GitHub Lines Viewed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitHub Lines Viewed",
"version": "1.2.1",
"description": "Replaces GitHub's 'files viewed' with 'lines viewed' instead.",
"homepage_url": "https://github.com/ResponsiblyUnranked/github-lines-viewed",
"icons": {
"48": "icons/48.png",
"96": "icons/96.png"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"*://github.com/*"
],
"js": [
"lines-viewed.js"
]
}
],
"background": {
"scripts": [
"popup/config.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons/48.png",
"default_title": "GitHub Lines Viewed",
"default_popup": "popup/config.html"
},
"browser_specific_settings": {
"gecko": {
"id": "{1f27e2d0-740c-46eb-978a-9c119bc60371}"
}
}
} Mejores alternativas GitHub Lines Viewed
Aquí hay algunas Firefox add-ons que son similares a GitHub Lines Viewed:
GitHub: Better Line Counts
Aaron
GitLines
Stefanos0710
GitHub Live PRs
xmmarcotte
Load More Pull Request
Chris Bibby
GitHub Diff Explorer
Alex D
GitHub PR Comment Indicator
Andy
ReviewRaccoon
ReviewRaccoon
GitHub PR Check Status
bdkent
Line Clipper for GitHub
NickyMateev
Diff Navigator for GitHub
Dean Attali
PR Review Tool
mikecarbone
GitHub to Linear Redux
Henri Cook