Status of Github
This extension shows an icon for the current status of Github
What is Status of Github?
Status of Github is a Chrome extension developed by Martin Meredith, and its main feature is "This extension shows an icon for the current status of Github".
Extension Screenshots
Download Status of Github Extension CRX File
Download Status of Github extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A very quick browser extension that adds a button showing the current status of github.com
Extension Basic Information
Name | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
Official URL | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
Description | This extension shows an icon for the current status of Github |
File Size | 103 KB |
Installation Count | 23 |
Current Version | 0.0.7 |
Last Updated | 2019-04-25 |
Publish Date | 2019-04-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Martin Meredith |
Payment Type | free |
Supported Languages | 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" ] } |