Gitlab Git Clone

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

Apa itu Gitlab Git Clone?

Gitlab Git Clone adalah ekstensi Chrome yang dikembangkan oleh pt1602schannel, dan fitur utamanya adalah "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gitlab Git Clone

Unduh file ekstensi Gitlab Git Clone dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        This is extension is NOT officially from the gitlab team. 

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

Informasi Dasar Ekstensi

Nama Gitlab Git Clone Gitlab Git Clone
ID niofneadkfofccgnfmofgpbppfhbkgmg
URL Resmi https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg
Deskripsi Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
Ukuran File 44.55 KB
Jumlah Instalasi 62
Versi Saat Ini 1.6
Terakhir Diperbarui 2024-02-15
Tanggal Publikasi 2022-06-09
Penilaian 5.00/5 Total 2 Penilaian
Pengembang pt1602schannel
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/pt1602/gitlab-git-clone
URL Halaman Bantuan https://github.com/pt1602/gitlab-git-clone/issues
Bahasa yang Didukung 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"
    ]
}