GitEmoji- emoji for git commit message

Emoji for git commit message

Что такое GitEmoji- emoji for git commit message?

GitEmoji- emoji for git commit message - это расширение Chrome, разработанное https://muhzi.com, и его основная функция - "Emoji for git commit message".

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

screenshot

Скачать файл CRX расширения GitEmoji- emoji for git commit message

Скачайте файлы расширений GitEmoji- emoji for git commit message в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        An emoji guide for your commit messages. It is just an chrome extension  version of https://gitmoji.carloscuesta.me/                    

Основная информация о расширении

Название GitEmoji- emoji for git commit message GitEmoji- emoji for git commit message
ID jbagnnbjnkceaaaibjalfecnbelpimjk
Официальный URL https://chromewebstore.google.com/detail/gitemoji-emoji-for-git-co/jbagnnbjnkceaaaibjalfecnbelpimjk
Описание Emoji for git commit message
Размер файла 101 KB
Количество установок 50
Текущая Версия 0.0.2
Последнее Обновление 2020-08-03
Дата публикации 2020-08-03
Разработчик https://muhzi.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://muhzi.com/
URL страницы помощи https://muhzi.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GitEmoji- emoji for git commit message",
    "short_name": "GitEmoji",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Emoji for git commit message",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "GitEmoji",
        "default_icon": "icons\/128.png"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}