GitHub Label Copier

The easiest way to copy GitHub labels between repositories.

Apa itu GitHub Label Copier?

GitHub Label Copier adalah ekstensi Chrome yang dikembangkan oleh Vix Nguyen, dan fitur utamanya adalah "The easiest way to copy GitHub labels between repositories.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GitHub Label Copier

Unduh file ekstensi GitHub Label Copier 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

                        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.                    

Informasi Dasar Ekstensi

Nama GitHub Label Copier GitHub Label Copier
ID gieeedneboaipijmkejbjejdaleohlfd
URL Resmi https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd
Deskripsi The easiest way to copy GitHub labels between repositories.
Ukuran File 48.79 KB
Jumlah Instalasi 37
Versi Saat Ini 1.3
Terakhir Diperbarui 2023-04-28
Tanggal Publikasi 2021-04-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Vix Nguyen
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}