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 |
| 电子邮箱 | [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"
}
} | |