News Feed for GitHub
GitHub news feed notifications directly in the browser
News Feed for GitHubとは何ですか?
News Feed for GitHubはJulian Kühnelによって開発されたChromeの拡張機能で、その主な機能は「GitHub news feed notifications directly in the browser」です。
拡張機能のスクリーンショット
News Feed for GitHub拡張機能のCRXファイルをダウンロード
News Feed for GitHub拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension will notify you if something happens in your GitHub news feed.
拡張機能の基本情報
名前 | News Feed for GitHub |
ID | gbpajmknkcgjeinfbmfeiafhogbhgkjh |
公式URL | https://chromewebstore.google.com/detail/news-feed-for-github/gbpajmknkcgjeinfbmfeiafhogbhgkjh |
説明 | GitHub news feed notifications directly in the browser |
ファイルサイズ | 48.81 KB |
インストール数 | 51 |
現在のバージョン | 1.2.1 |
最終更新日 | 2018-01-17 |
公開日 | 2018-01-17 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | Julian Kühnel |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/julmot/news-feed-for-github |
ヘルプページのURL | https://github.com/julmot/news-feed-for-github/issues |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "News Feed for GitHub", "description": "GitHub news feed notifications directly in the browser", "version": "1.2.1", "homepage_url": "https:\/\/github.com\/julmot\/news-feed-for-github", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "minimum_chrome_version": "42", "offline_enabled": false, "browser_action": { "default_icon": { "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "default_title": "News Feed for GitHub", "browser_style": false }, "permissions": [ "https:\/\/*.github.com\/*", "https:\/\/*.githubusercontent.com\/*", "notifications", "tabs" ], "background": { "scripts": [ "vendor\/xmlToJSON.js\/lib\/xmlToJSON.js", "scripts\/NewsFeed.js", "scripts\/NewsFeedChecker.js", "scripts\/NewsFeedTransmitter.js", "scripts\/bootstrap.js" ] } } |