GitHub Label Copier

The easiest way to copy GitHub labels between repositories.

GitHub Label Copierとは何ですか?

GitHub Label CopierはVix Nguyenによって開発されたChromeの拡張機能で、その主な機能は「The easiest way to copy GitHub labels between repositories.」です。

拡張機能のスクリーンショット

screenshot

GitHub Label Copier拡張機能のCRXファイルをダウンロード

GitHub Label Copier拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 GitHub Label Copier GitHub Label Copier
ID gieeedneboaipijmkejbjejdaleohlfd
公式URL https://chromewebstore.google.com/detail/github-label-copier/gieeedneboaipijmkejbjejdaleohlfd
説明 The easiest way to copy GitHub labels between repositories.
ファイルサイズ 48.79 KB
インストール数 37
現在のバージョン 1.3
最終更新日 2023-04-28
公開日 2021-04-19
評価 5.00/5 合計 1 レビュー
開発者 Vix Nguyen
Eメール [email protected]
支払い方法 free
対応言語 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"
    }
}