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.」です。

拡張機能のスクリーンショット

screenshot
screenshot

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.                    

拡張機能の基本情報

名前 Forks Diff Counter for GitHub Forks Diff Counter for 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
Eメール [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"
            ]
        }
    ]
}