Gitlab Git Clone

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

O que é Gitlab Git Clone?

Gitlab Git Clone é uma extensão do Chrome desenvolvida por pt1602schannel, e sua principal característica é "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gitlab Git Clone

Baixe arquivos de extensão Gitlab Git Clone no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        This is extension is NOT officially from the gitlab team. 

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

Informações Básicas da Extensão

Nome Gitlab Git Clone Gitlab Git Clone
ID niofneadkfofccgnfmofgpbppfhbkgmg
URL Oficial https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg
Descrição Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
Tamanho do Arquivo 44.55 KB
Contagem de Instalações 62
Versão Atual 1.6
Última Atualização 2024-02-15
Data de Publicação 2022-06-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor pt1602schannel
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/pt1602/gitlab-git-clone
URL da Página de Ajuda https://github.com/pt1602/gitlab-git-clone/issues
Idiomas Suportados 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"
    ]
}