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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |