GitHub Label Copier

The easiest way to copy GitHub labels between repositories.

Что такое GitHub Label Copier?

GitHub Label Copier - это расширение Chrome, разработанное Vix Nguyen, и его основная функция - "The easiest way to copy GitHub labels between repositories.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения GitHub Label Copier

Скачайте файлы расширений 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
Электронная почта [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"
    }
}