Status of Github
This extension shows an icon for the current status of Github
Co to jest Status of Github?
Status of Github to rozszerzenie Chrome opracowane przez Martin Meredith, a jego główną funkcją jest „This extension shows an icon for the current status of Github”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Status of Github
Pobierz pliki rozszerzeń Status of Github 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
A very quick browser extension that adds a button showing the current status of github.com
Podstawowe informacje o rozszerzeniu
Nazwa | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
Oficjalny URL | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Opis | This extension shows an icon for the current status of Github |
Rozmiar pliku | 103 KB |
Liczba instalacji | 23 |
Aktualna Wersja | 0.0.7 |
Ostatnia Aktualizacja | 2019-04-25 |
Data Publikacji | 2019-04-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Martin Meredith |
Typ Płatności | free |
Obsługiwane Języki | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Status of Github", "description": "This extension shows an icon for the current status of Github", "version": "0.0.7", "browser_action": { "default_icon": "images\/[email protected]" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "alarms", "https:\/\/www.githubstatus.com\/", "notifications" ] } |