Github Notable Comments
Lets you easily navigate between the notable comments on github
Github Notable Commentsとは何ですか?
Github Notable Commentsはkamranahmed.seによって開発されたChromeの拡張機能で、その主な機能は「Lets you easily navigate between the notable comments on github」です。
拡張機能のスクリーンショット
Github Notable Comments拡張機能のCRXファイルをダウンロード
Github Notable Comments拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | jcppcdjgdbnibjdeeihllbefhpibmajf |
| 公式URL | https://chromewebstore.google.com/detail/github-notable-comments/jcppcdjgdbnibjdeeihllbefhpibmajf |
| 説明 | Lets you easily navigate between the notable comments on github |
| ファイルサイズ | 13.17 KB |
| インストール数 | 53 |
| 現在のバージョン | 0.0.1 |
| 最終更新日 | 2018-04-20 |
| 公開日 | 2018-04-20 |
| 開発者 | kamranahmed.se |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://github.com/kamranahmedse/notable-comments |
| ヘルプページのURL | http://github.com/kamranahmedse/notable-comments/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Notable Comments",
"short_name": "github-notable-comments",
"version": "0.0.1",
"manifest_version": 2,
"description": "Lets you easily navigate between the notable comments on github",
"homepage_url": "http:\/\/github.com\/kamranahmedse\/github-notable-comments",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"index.js"
],
"css": [
".\/styles\/main.css"
]
}
]
} | |