GitHub Label Copier

The easiest way to copy GitHub labels between repositories.

GitHub Label Copier là gì?

GitHub Label Copier là một tiện ích mở rộng Chrome được phát triển bởi Vix Nguyen, và tính năng chính của nó là "The easiest way to copy GitHub labels between repositories.".

Ả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 GitHub Label Copier

Tải xuống các tệp mở rộng GitHub Label Copier 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

                        When working in multiple project, I have trouble when defining labels for each repository, it take a lot of time. My idea is to create this extension to help people to easy to clone GitHub labels between repositories.                    

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

Tên GitHub Label Copier GitHub Label Copier
ID gieeedneboaipijmkejbjejdaleohlfd
URL Chính Thức https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd
Mô tả The easiest way to copy GitHub labels between repositories.
Kích Thước Tệp 48.79 KB
Số Lần Cài Đặt 37
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2023-04-28
Ngày Phát Hành 2021-04-19
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Vix Nguyen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitHub Label Copier",
    "description": "The easiest way to copy GitHub labels between repositories.",
    "version": "1.3",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/github-label-copier_16.png",
            "32": "\/images\/github-label-copier_32.png",
            "48": "\/images\/github-label-copier_48.png",
            "128": "\/images\/github-label-copier_128.png"
        }
    },
    "icons": {
        "16": "\/images\/github-label-copier_16.png",
        "32": "\/images\/github-label-copier_32.png",
        "48": "\/images\/github-label-copier_48.png",
        "128": "\/images\/github-label-copier_128.png"
    }
}