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" ] } } |