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 | 
| 电子邮箱 | [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\/"
    ]
}  |  |