Github to Sourcetree

Clone a github project in sourcetree

Github to Sourcetreeとは何ですか?

Github to Sourcetreeはvanlooverenkoenによって開発されたChromeの拡張機能で、その主な機能は「Clone a github project in sourcetree」です。

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

screenshot

Github to Sourcetree拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        You can clone a repo right from Github to Sourcetree.                    

拡張機能の基本情報

名前 Github to Sourcetree Github to Sourcetree
ID kjgnnlbigeipgoggihbjofafccadkihi
公式URL https://chrome.google.com/webstore/detail/github-to-sourcetree/kjgnnlbigeipgoggihbjofafccadkihi
説明 Clone a github project in sourcetree
ファイルサイズ 16.82 KB
インストール数 101
現在のバージョン 1.0.1
最終更新日 2019-05-26
公開日 2019-05-26
評価 3.00/5 合計 2 レビュー
開発者 vanlooverenkoen
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://vanlooverenkoen.be
対応言語 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"
    }
}