GitHub Sync Fork

One-Click Fork Sync

GitHub Sync Forkとは何ですか?

GitHub Sync Forkはwhizzzkidによって開発されたChromeの拡張機能で、その主な機能は「One-Click Fork Sync」です。

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

screenshot

GitHub Sync Fork拡張機能のCRXファイルをダウンロード

GitHub Sync Fork拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Adds the sync fork button on github to sync the changes from upstream.

Source: https://github.com/whizzzkid/github-sync-fork-chrome-ext
Wiki: https://github.com/whizzzkid/github-sync-fork-chrome-ext/wiki
Report: https://github.com/whizzzkid/github-sync-fork-chrome-ext/issues/new                    

拡張機能の基本情報

名前 GitHub Sync Fork GitHub Sync Fork
ID omjaffmdnnkgmbbjmdalehkjcaklleii
公式URL https://chromewebstore.google.com/detail/github-sync-fork/omjaffmdnnkgmbbjmdalehkjcaklleii
説明 One-Click Fork Sync
ファイルサイズ 12.59 KB
インストール数 28
現在のバージョン 0.3.0
最終更新日 2020-07-14
公開日 2020-05-27
評価 4.00/5 合計 1 レビュー
開発者 whizzzkid
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/whizzzkid/github-sync-fork-chrome-ext
ヘルプページのURL https://github.com/whizzzkid/github-sync-fork-chrome-ext/issues/new/choose
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GitHub Sync Fork",
    "description": "One-Click Fork Sync",
    "version": "0.3.0",
    "permissions": [
        "*:\/\/github.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/github.com\/*"
            ],
            "js": [
                "gsf.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "GSF16.png",
        "48": "GSF48.png",
        "128": "GSF128.png"
    }
}