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 |
公式URL | 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" ] } ] } |