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" ] } |