Gitlab commit creator

Automatically fills commit message and description when then are empty

O que é Gitlab commit creator?

Gitlab commit creator é uma extensão do Chrome desenvolvida por akbarova.armia, e sua principal característica é "Automatically fills commit message and description when then are empty".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Gitlab commit creator

Baixe arquivos de extensão Gitlab commit creator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        When creating a new merge request on gitlab it does not contain the title and the description of your commit message. In case you are used to rebase to only one commit, this extension will autofill title and description according to the content of your commit.                    

Informações Básicas da Extensão

Nome Gitlab commit creator Gitlab commit creator
ID cmggalcfgfeanaaanjdfpekjnnhcgbbi
URL Oficial https://chromewebstore.google.com/detail/gitlab-commit-creator/cmggalcfgfeanaaanjdfpekjnnhcgbbi
Descrição Automatically fills commit message and description when then are empty
Tamanho do Arquivo 16.49 KB
Contagem de Instalações 15
Versão Atual 1.1
Última Atualização 2014-08-10
Data de Publicação 2014-08-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor akbarova.armia
Tipo de Pagamento free
Site da Extensão https://github.com/MaximeD/gitlab_commit_creator
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Gitlab commit creator",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Automatically fills commit message and description when then are empty",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "*:\/\/*\/*"
    ]
}