Status of Github
This extension shows an icon for the current status of Github
Co je Status of Github?
Status of Github je rozšíření Chrome vyvinuté Martin Meredith, a jeho hlavní funkcí je „This extension shows an icon for the current status of Github“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Status of Github
Stáhněte si soubory rozšíření Status of Github ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A very quick browser extension that adds a button showing the current status of github.com
Základní Informace o Rozšíření
Název | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
Oficiální URL | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Popis | This extension shows an icon for the current status of Github |
Velikost souboru | 103 KB |
Počet instalací | 23 |
Aktuální Verze | 0.0.7 |
Poslední Aktualizace | 2019-04-25 |
Datum Vydání | 2019-04-25 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | Martin Meredith |
Typ Platby | free |
Podporované Jazyky | 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" ] } |