GitHub comment navigator
Jump to previous/next GitHub comments with j/k
Co to jest GitHub comment navigator?
GitHub comment navigator to rozszerzenie Chrome opracowane przez Shrey, a jego główną funkcją jest „Jump to previous/next GitHub comments with j/k”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub comment navigator
Pobierz pliki rozszerzeń GitHub comment navigator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | GitHub comment navigator |
ID | lofhbhadfnodfbppjdgkoadccfilaeoj |
Oficjalny URL | https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj |
Opis | Jump to previous/next GitHub comments with j/k |
Rozmiar pliku | 10.43 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 0.0.5 |
Ostatnia Aktualizacja | 2018-10-16 |
Data Publikacji | 2018-10-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Shrey |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/banga/github-extension |
Obsługiwane Języki | 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" ] } ] } |