Status of Github
This extension shows an icon for the current status of Github
Was ist Status of Github?
Status of Github ist eine Chrome-Erweiterung, die von Martin Meredith entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows an icon for the current status of Github".
Erweiterungsscreenshots
Status of Github-Erweiterungs-CRX-Datei herunterladen
Laden Sie Status of Github-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A very quick browser extension that adds a button showing the current status of github.com
Grundlegende Informationen zur Erweiterung
Name | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
Offizielle URL | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Beschreibung | This extension shows an icon for the current status of Github |
Dateigröße | 103 KB |
Installationsanzahl | 23 |
Aktuelle Version | 0.0.7 |
Letztes Update | 2019-04-25 |
Veröffentlichungsdatum | 2019-04-25 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Martin Meredith |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |