제작자: Jamie McKernan
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}"
}
}
} 최고의 GitHub Lines Viewed 대안
다음은 GitHub Lines Viewed과(와) 유사한 Firefox add-on입니다:
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
GitHub to Linear Redux
Henri Cook