GitHub comment navigator

Jump to previous/next GitHub comments with j/k

Hvad er GitHub comment navigator?

GitHub comment navigator er en Chrome-udvidelse udviklet af Shrey, og dens hovedfunktion er "Jump to previous/next GitHub comments with j/k".

Udvidelsesskærmbilleder

screenshot

Download GitHub comment navigator-udvidelses-CRX-fil

Download GitHub comment navigator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn GitHub comment navigator GitHub comment navigator
ID lofhbhadfnodfbppjdgkoadccfilaeoj
Officiel URL https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj
Beskrivelse Jump to previous/next GitHub comments with j/k
Filstørrelse 10.43 KB
Antal Installationer 30
Nuværende Version 0.0.5
Senest Opdateret 2018-10-16
Udgivelsesdato 2018-10-16
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Shrey
Betalingsmetode free
Udvidelseswebsted https://github.com/banga/github-extension
Understøttede Sprog 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"
            ]
        }
    ]
}