Status of Github
This extension shows an icon for the current status of Github
Cos'è Status of Github?
Status of Github è un'estensione di Chrome sviluppata da Martin Meredith, e la sua funzione principale è "This extension shows an icon for the current status of Github".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Status of Github
Scarica i file di estensione Status of Github in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A very quick browser extension that adds a button showing the current status of github.com
Informazioni di Base sull'Estensione
Nome | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
URL Ufficiale | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Descrizione | This extension shows an icon for the current status of Github |
Dimensione del File | 103 KB |
Conteggio Installazioni | 23 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2019-04-25 |
Data di Pubblicazione | 2019-04-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Martin Meredith |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |