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 |
| 官方網址 | 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"
]
}
]
} | |