GitHub comment navigator
Jump to previous/next GitHub comments with j/k
什麼是GitHub comment navigator?
GitHub comment navigator是由Shrey開發的Chrome擴展程式,該擴展的主要功能是“Jump to previous/next GitHub comments with j/k”。
擴展截圖
下載GitHub comment navigator擴展crx文件
下載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 |
ID | lofhbhadfnodfbppjdgkoadccfilaeoj |
官方網址 | 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" ] } ] } |