GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
O que é GitHub Notifications?
GitHub Notifications é uma extensão do Chrome desenvolvida por http://remidelhaye.fr, e sua principal característica é "Read yours or your organization's GitHub's notifications easily !".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GitHub Notifications
Baixe arquivos de extensão GitHub Notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Read yours or your organization's Github's notification easily with GitHub Notifications !
Secure Authentification & ADD FREE ! Informações Básicas da Extensão
| Nome | |
| ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
| URL Oficial | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
| Descrição | Read yours or your organization's GitHub's notifications easily ! |
| Tamanho do Arquivo | 39.65 KB |
| Contagem de Instalações | 29 |
| Versão Atual | 1.2.0 |
| Última Atualização | 2013-08-24 |
| Data de Publicação | 2013-08-24 |
| Classificação | 4.50/5 Total de 6 Avaliações |
| Desenvolvedor | http://remidelhaye.fr |
| Tipo de Pagamento | free |
| Idiomas Suportados | 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"
]
} | |