Forks Diff Counter for GitHub
This extension will show commits behind and ahead for every fork.
什么是Forks Diff Counter for GitHub?
Forks Diff Counter for GitHub是由https://giacomoferretti.com开发的Chrome扩展程序,该扩展的主要功能是“This extension will show commits behind and ahead for every fork.”。
扩展截图
下载Forks Diff Counter for GitHub扩展crx文件
下载Forks Diff Counter for GitHub扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Forks Diff Counter for Github
This extension will show you commits behind and ahead for every fork in the network page of GitHub. 扩展基本信息
| 名称 | |
| ID | eencojgimolmahmdfpnfbcldppmlokfg |
| 官方URL | https://chromewebstore.google.com/detail/forks-diff-counter-for-gi/eencojgimolmahmdfpnfbcldppmlokfg |
| 简介 | This extension will show commits behind and ahead for every fork. |
| 文件大小 | 16.28 KB |
| 安装次数 | 81 |
| 当前版本 | 1.2.4 |
| 更新时间 | 2023-08-11 |
| 上架时间 | 2020-04-30 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | https://giacomoferretti.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/giacomoferretti/forks-diff-chrome |
| 帮助页面URL | https://github.com/giacomoferretti/forks-diff-chrome |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "1.2.4",
"description": "__MSG_appDescription__",
"default_locale": "en",
"icons": {
"16": "icons\/icon.16.png",
"32": "icons\/icon.32.png",
"48": "icons\/icon.48.png",
"64": "icons\/icon.64.png",
"128": "icons\/icon.128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/github.com\/*"
],
"js": [
"js\/main.js"
]
}
]
} | |