GitHub comment navigator
Jump to previous/next GitHub comments with j/k
Wat is GitHub comment navigator?
GitHub comment navigator is een Chrome-extensie ontwikkeld door Shrey, en de belangrijkste functie is "Jump to previous/next GitHub comments with j/k".
Extensie Screenshots
Download het CRX-bestand van de extensie GitHub comment navigator
Download GitHub comment navigator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lofhbhadfnodfbppjdgkoadccfilaeoj |
| Officiële URL | https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj |
| Beschrijving | Jump to previous/next GitHub comments with j/k |
| Bestandsgrootte | 10.43 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 0.0.5 |
| Laatst Bijgewerkt | 2018-10-16 |
| Publicatiedatum | 2018-10-16 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Shrey |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/banga/github-extension |
| Ondersteunde Talen | 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"
]
}
]
} | |