GitHub Sync Fork

One-Click Fork Sync

What is GitHub Sync Fork?

GitHub Sync Fork is a Chrome extension developed by whizzzkid, and its main feature is "One-Click Fork Sync".

Extension Screenshots

screenshot

Download GitHub Sync Fork Extension CRX File

Download GitHub Sync Fork extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name GitHub Sync Fork GitHub Sync Fork
ID omjaffmdnnkgmbbjmdalehkjcaklleii
Official URL https://chromewebstore.google.com/detail/github-sync-fork/omjaffmdnnkgmbbjmdalehkjcaklleii
Description One-Click Fork Sync
File Size 12.59 KB
Installation Count 28
Current Version 0.3.0
Last Updated 2020-07-14
Publish Date 2020-05-27
Rating 4.00/5 Total 1 Ratings
Developer whizzzkid
Email [email protected]
Payment Type free
Extension Website https://github.com/whizzzkid/github-sync-fork-chrome-ext
Help Page URL https://github.com/whizzzkid/github-sync-fork-chrome-ext/issues/new/choose
Supported Languages 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"
    }
}