GitHub Monitor
Get notifications for activity on your public and private repositories.
GitHub Monitorとは何ですか?
GitHub Monitorはgmoz22によって開発されたChromeの拡張機能で、その主な機能は「Get notifications for activity on your public and private repositories.」です。
拡張機能のスクリーンショット
GitHub Monitor拡張機能のCRXファイルをダウンロード
GitHub Monitor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
- Displays notifications of other contributors' activity on public and private repositories you contribute to
- Handles Pushes, Releases and Comments
Contribute at https://github.com/gmoz22/github-monitor-chromeext 拡張機能の基本情報
| 名前 | |
| ID | bbikjjbpphkhejhalmjebhopgohlflag |
| 公式URL | https://chromewebstore.google.com/detail/github-monitor/bbikjjbpphkhejhalmjebhopgohlflag |
| 説明 | Get notifications for activity on your public and private repositories. |
| ファイルサイズ | 36.81 KB |
| インストール数 | 45 |
| 現在のバージョン | 0.1.1 |
| 最終更新日 | 2014-02-19 |
| 公開日 | 2014-02-19 |
| 開発者 | gmoz22 |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/gmoz22/github-monitor-chromeext |
| ヘルプページのURL | https://github.com/gmoz22/github-monitor-chromeext |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Monitor",
"short_name": "GitHub Monitor",
"description": "Get notifications for activity on your public and private repositories.",
"author": "Steve Oziel",
"version": "0.1.1",
"manifest_version": 2,
"icons": {
"128": "img\/icon_128.png",
"64": "img\/icon_64.png",
"24": "img\/icon_24.png",
"16": "img\/icon_16.png"
},
"permissions": [
"storage",
"notifications",
"https:\/\/api.github.com\/"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_icon": {
"19": "img\/icon_19.png",
"38": "img\/icon_38.png"
},
"default_title": "Options",
"default_popup": "options.html"
},
"options_page": "options.html"
} | |