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 |
官方網址 | 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" ] } |