提供元: Shrey
Inspect and view changes in GitHub comment navigator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "GitHub comment navigator",
"version": "0.0.5",
"manifest_version": 2,
"description": "Jump to previous/next GitHub comments with j/k",
"homepage_url": "https://github.com/banga/github-extension",
"icons": {
"256": "icons/icon_256.png"
},
"permissions": [
"https://github.com/"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"src/main.js"
],
"css": [
"src/main.css"
]
}
]
} ベストのGitHub comment navigator代替案
GitHub comment navigatorに類似したFirefox add-onをいくつか紹介します:
HNN Jump
Firefox user 14074476
Hacker News Navigator
Gabriel Vincent
Diff Navigator for GitHub
Dean Attali
Comment Skipper
Alex H
Jumper
Martin W
Hacker News Comment Scroll
Firefox user 12898957
Reddit Top-Level Comment Skipper
Trant10w
Github1s button
GHOST
Reddit Comment Skipper
latenitekid
GitHub Keyboard Shortcuts
Tomáš Bořek
github-no-more
wffl