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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pt1602schannel, και η κύρια λειτουργία του είναι "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Gitlab Git Clone

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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"
    ]
}