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 |
| 官方網址 | 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"
]
} | |