GitHub News Feed
Shows a tooltip with your unread news feed from GitHub
GitHub News Feedとは何ですか?
GitHub News Feedはhttps://wenzhixin.net.cnによって開発されたChromeの拡張機能で、その主な機能は「Shows a tooltip with your unread news feed from GitHub」です。
拡張機能のスクリーンショット
GitHub News Feed拡張機能のCRXファイルをダウンロード
GitHub News Feed拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows a tooltip with your unread news feed from GitHub.
GitHub repo: https://github.com/wenzhixin/github-news-feed. 拡張機能の基本情報
| 名前 | |
| ID | hnmpkklbfneambgbmkcmcjgcmimpgkkl |
| 公式URL | https://chromewebstore.google.com/detail/github-news-feed/hnmpkklbfneambgbmkcmcjgcmimpgkkl |
| 説明 | Shows a tooltip with your unread news feed from GitHub |
| ファイルサイズ | 175 KB |
| インストール数 | 29 |
| 現在のバージョン | 1.2.0 |
| 最終更新日 | 2017-12-25 |
| 公開日 | 2017-12-25 |
| 評価 | 4.50/5 合計 2 レビュー |
| 開発者 | https://wenzhixin.net.cn |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/wenzhixin/github-news-feed |
| ヘルプページのURL | https://github.com/wenzhixin/github-news-feed/issues |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub News Feed",
"description": "Shows a tooltip with your unread news feed from GitHub",
"version": "1.2.0",
"manifest_version": 2,
"icons": {
"128": "logo.png"
},
"background": {
"page": "background.html"
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"permissions": [
"https:\/\/github.com\/"
]
} | |