Status of Github
This extension shows an icon for the current status of Github
Wat is Status of Github?
Status of Github is een Chrome-extensie ontwikkeld door Martin Meredith, en de belangrijkste functie is "This extension shows an icon for the current status of Github".
Extensie Screenshots
Download het CRX-bestand van de extensie Status of Github
Download Status of Github-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A very quick browser extension that adds a button showing the current status of github.com
Basisinformatie over de Extensie
Naam | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
Officiële URL | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Beschrijving | This extension shows an icon for the current status of Github |
Bestandsgrootte | 103 KB |
Aantal Installaties | 23 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2019-04-25 |
Publicatiedatum | 2019-04-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Martin Meredith |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |