Status of Github
This extension shows an icon for the current status of Github
什么是Status of Github?
Status of Github是由Martin Meredith开发的Chrome扩展程序,该扩展的主要功能是“This extension shows an icon for the current status of Github”。
扩展截图
下载Status of Github扩展crx文件
下载Status of Github扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A very quick browser extension that adds a button showing the current status of github.com
扩展基本信息
名称 | Status of Github |
ID | nciflpommnamonmnphnooobdhdbpmhkf |
官方URL | https://chromewebstore.google.com/detail/status-of-github/nciflpommnamonmnphnooobdhdbpmhkf |
简介 | This extension shows an icon for the current status of Github |
文件大小 | 103 KB |
安装次数 | 23 |
当前版本 | 0.0.7 |
更新时间 | 2019-04-25 |
上架时间 | 2019-04-25 |
评分 | 5.00/5 共1次评分 |
开发者 | Martin Meredith |
付费类型 | free |
支持的语言 | 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" ] } |