GitHub Breakout
Breakout!
GitHub Breakoutとは何ですか?
GitHub Breakoutはsiy1121によって開発されたChromeの拡張機能で、その主な機能は「Breakout!」です。
拡張機能のスクリーンショット
GitHub Breakout拡張機能のCRXファイルをダウンロード
GitHub Breakout拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play breakout with the GitHub contributions graph!
https://github.com/SIY1121/github-breakout 拡張機能の基本情報
| 名前 | |
| ID | pjdnfcgenganjboibkcacickkpmnfimn |
| 公式URL | https://chromewebstore.google.com/detail/github-breakout/pjdnfcgenganjboibkcacickkpmnfimn |
| 説明 | Breakout! |
| ファイルサイズ | 12.61 KB |
| インストール数 | 108 |
| 現在のバージョン | 1.1.1 |
| 最終更新日 | 2021-03-13 |
| 公開日 | 2020-09-22 |
| 評価 | 5.00/5 合計 2 レビュー |
| 開発者 | siy1121 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter.com/SIY1121/status/1308004558090768386 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GitHub Breakout",
"version": "1.1.1",
"manifest_version": 2,
"description": "Breakout!",
"permissions": [
"storage"
],
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"main.js"
]
}
],
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"512": "icons\/512.png"
}
} | |