GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
什么是GitHub Notifications?
GitHub Notifications是由http://remidelhaye.fr开发的Chrome扩展程序,该扩展的主要功能是“Read yours or your organization's GitHub's notifications easily !”。
扩展截图
下载GitHub Notifications扩展crx文件
下载GitHub Notifications扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Read yours or your organization's Github's notification easily with GitHub Notifications !
Secure Authentification & ADD FREE ! 扩展基本信息
| 名称 | |
| ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
| 官方URL | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
| 简介 | Read yours or your organization's GitHub's notifications easily ! |
| 文件大小 | 39.65 KB |
| 安装次数 | 29 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2013-08-24 |
| 上架时间 | 2013-08-24 |
| 评分 | 4.50/5 共6次评分 |
| 开发者 | http://remidelhaye.fr |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "GitHub Notifications",
"description": "Read yours or your organization's GitHub's notifications easily !",
"version": "1.2.0",
"browser_action": {
"default_popup": "popup.html",
"default_icon": {
"19": "19.png",
"38": "38.png"
}
},
"author": "R\u00e9mi Delhaye (@RemiDelhaye)",
"permissions": [
"notifications",
"storage",
"background"
],
"background": {
"scripts": [
"gitAPI\/lib\/underscore-min.js",
"gitAPI\/lib\/base64.js",
"gitAPI\/github.js",
"background.js"
]
},
"web_accessible_resources": [
"48.png"
]
} | |