GitHub Notifications
Read yours or your organization's GitHub's notifications easily !
Co to jest GitHub Notifications?
GitHub Notifications to rozszerzenie Chrome opracowane przez http://remidelhaye.fr, a jego główną funkcją jest „Read yours or your organization's GitHub's notifications easily !”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GitHub Notifications
Pobierz pliki rozszerzeń GitHub Notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Read yours or your organization's Github's notification easily with GitHub Notifications !
Secure Authentification & ADD FREE ! Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jmpadkhpecdeoaemalgabhofdpaeiegl |
| Oficjalny URL | https://chrome.google.com/webstore/detail/github-notifications/jmpadkhpecdeoaemalgabhofdpaeiegl |
| Opis | Read yours or your organization's GitHub's notifications easily ! |
| Rozmiar pliku | 39.65 KB |
| Liczba instalacji | 29 |
| Aktualna Wersja | 1.2.0 |
| Ostatnia Aktualizacja | 2013-08-24 |
| Data Publikacji | 2013-08-24 |
| Ocena | 4.50/5 Łącznie 6 Oceny |
| Deweloper | http://remidelhaye.fr |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
} | |