Gitlab Git Clone

Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.

Gitlab Git Cloneとは何ですか?

Gitlab Git Cloneはpt1602schannelによって開発されたChromeの拡張機能で、その主な機能は「Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.」です。

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

screenshot

Gitlab Git Clone拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This is extension is NOT officially from the gitlab team. 

Contribute: https://github.com/pt1602/gitlab-git-clone                    

拡張機能の基本情報

名前 Gitlab Git Clone Gitlab Git Clone
ID niofneadkfofccgnfmofgpbppfhbkgmg
公式URL https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg
説明 Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
ファイルサイズ 44.55 KB
インストール数 62
現在のバージョン 1.6
最終更新日 2024-02-15
公開日 2022-06-09
評価 5.00/5 合計 2 レビュー
開発者 pt1602schannel
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/pt1602/gitlab-git-clone
ヘルプページのURL https://github.com/pt1602/gitlab-git-clone/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitlab Git Clone",
    "description": "Adds 'git clone' to the ssh\/https clone url, so you simply can copy and paste it into your terminal.",
    "version": "1.6",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/frontend.js"
            ]
        }
    ],
    "icons": {
        "16": "assets\/icons\/gitlab-git-clone-logo16x.png",
        "48": "assets\/icons\/gitlab-git-clone-logo48x.png",
        "128": "assets\/icons\/gitlab-git-clone-logo.png"
    },
    "action": {
        "default_popup": "default_popup\/index.html"
    },
    "options_page": "options_page\/index.html",
    "permissions": [
        "storage"
    ]
}