Github to Sourcetree

Clone a github project in sourcetree

What is Github to Sourcetree?

Github to Sourcetree is a Chrome extension developed by vanlooverenkoen, and its main feature is "Clone a github project in sourcetree".

Extension Screenshots

screenshot

Download Github to Sourcetree Extension CRX File

Download Github to Sourcetree 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

                        You can clone a repo right from Github to Sourcetree.                    

Extension Basic Information

Name Github to Sourcetree Github to Sourcetree
ID kjgnnlbigeipgoggihbjofafccadkihi
Official URL https://chrome.google.com/webstore/detail/github-to-sourcetree/kjgnnlbigeipgoggihbjofafccadkihi
Description Clone a github project in sourcetree
File Size 16.82 KB
Installation Count 101
Current Version 1.0.1
Last Updated 2019-05-26
Publish Date 2019-05-26
Rating 3.00/5 Total 2 Ratings
Developer vanlooverenkoen
Email [email protected]
Payment Type free
Privacy Policy Page URL http://vanlooverenkoen.be
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Github to Sourcetree",
    "description": "Clone a github project in sourcetree",
    "version": "1.0.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/github.com\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}