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 là gì?

Gitlab Git Clone là một tiện ích mở rộng Chrome được phát triển bởi pt1602schannel, và tính năng chính của nó là "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gitlab Git Clone

Tải xuống các tệp mở rộng Gitlab Git Clone dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This is extension is NOT officially from the gitlab team. 

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gitlab Git Clone Gitlab Git Clone
ID niofneadkfofccgnfmofgpbppfhbkgmg
URL Chính Thức https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg
Mô tả Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
Kích Thước Tệp 44.55 KB
Số Lần Cài Đặt 62
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2024-02-15
Ngày Phát Hành 2022-06-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển pt1602schannel
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/pt1602/gitlab-git-clone
URL Trang Trợ Giúp https://github.com/pt1602/gitlab-git-clone/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}