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
官方網址 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
電子郵箱 [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"
    ]
}