Status of Github
This extension shows an icon for the current status of Github
Qu'est-ce que Status of Github ?
Status of Github est une extension Chrome développée par Martin Meredith, et sa fonction principale est "This extension shows an icon for the current status of Github".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Status of Github
Téléchargez les fichiers d'extension Status of Github au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A very quick browser extension that adds a button showing the current status of github.com
Informations de Base sur l'Extension
Nom | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
URL Officiel | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Description | This extension shows an icon for the current status of Github |
Taille du Fichier | 103 KB |
Nombre d'Installations | 23 |
Version Actuelle | 0.0.7 |
Dernière Mise à Jour | 2019-04-25 |
Date de Publication | 2019-04-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Martin Meredith |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |