GitHub comment navigator
Jump to previous/next GitHub comments with j/k
Cos'è GitHub comment navigator?
GitHub comment navigator è un'estensione di Chrome sviluppata da Shrey, e la sua funzione principale è "Jump to previous/next GitHub comments with j/k".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GitHub comment navigator
Scarica i file di estensione GitHub comment navigator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | lofhbhadfnodfbppjdgkoadccfilaeoj |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-comment-navigator/lofhbhadfnodfbppjdgkoadccfilaeoj |
| Descrizione | Jump to previous/next GitHub comments with j/k |
| Dimensione del File | 10.43 KB |
| Conteggio Installazioni | 30 |
| Versione Corrente | 0.0.5 |
| Ultimo Aggiornamento | 2018-10-16 |
| Data di Pubblicazione | 2018-10-16 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Shrey |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/banga/github-extension |
| Lingue Supportate | 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"
]
}
]
} | |