Gitlab Git Clone

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

Hvad er Gitlab Git Clone?

Gitlab Git Clone er en Chrome-udvidelse udviklet af pt1602schannel, og dens hovedfunktion er "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.".

Udvidelsesskærmbilleder

screenshot

Download Gitlab Git Clone-udvidelses-CRX-fil

Download Gitlab Git Clone-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This is extension is NOT officially from the gitlab team. 

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

Grundlæggende oplysninger om udvidelsen

Navn Gitlab Git Clone Gitlab Git Clone
ID niofneadkfofccgnfmofgpbppfhbkgmg
Officiel URL https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg
Beskrivelse Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
Filstørrelse 44.55 KB
Antal Installationer 62
Nuværende Version 1.6
Senest Opdateret 2024-02-15
Udgivelsesdato 2022-06-09
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler pt1602schannel
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/pt1602/gitlab-git-clone
Hjælpeside-URL https://github.com/pt1602/gitlab-git-clone/issues
Understøttede Sprog 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"
    ]
}