GitHub comment navigator

Jump to previous/next GitHub comments with j/k

GitHub comment navigatorคืออะไร?

GitHub comment navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shrey และคุณลักษณะหลักของมันคือ "Jump to previous/next GitHub comments with j/k"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GitHub comment navigator

ดาวน์โหลดไฟล์ส่วนขยาย GitHub comment navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}