GitHub comment navigator

Jump to previous/next GitHub comments with j/k

GitHub comment navigator란 무엇입니까?

GitHub comment navigator은(는) Shrey에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Jump to previous/next GitHub comments with j/k"입니다.

확장 프로그램 스크린샷

screenshot

GitHub comment navigator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Adds keyboard shortcuts for navigating and replying to comments:
- J / K to move to previous / next comment
- R to reply to the focused comment thread
- L to like the focused comment                    

확장 프로그램 기본 정보

이름 GitHub comment navigator GitHub comment navigator
ID lofhbhadfnodfbppjdgkoadccfilaeoj
공식 URL https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj
설명 Jump to previous/next GitHub comments with j/k
파일 크기 10.43 KB
설치 횟수 30
현재 버전 0.0.5
최근 업데이트 2018-10-16
출시 날짜 2018-10-16
평점 5.00/5 총 1 개의 평점
개발자 Shrey
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/banga/github-extension
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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"
            ]
        }
    ]
}