Gitlab commit creator

Automatically fills commit message and description when then are empty

Co je Gitlab commit creator?

Gitlab commit creator je rozšíření Chrome vyvinuté akbarova.armia, a jeho hlavní funkcí je „Automatically fills commit message and description when then are empty“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Gitlab commit creator

Stáhněte si soubory rozšíření Gitlab commit creator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Gitlab commit creator Gitlab commit creator
ID cmggalcfgfeanaaanjdfpekjnnhcgbbi
Oficiální URL https://chromewebstore.google.com/detail/gitlab-commit-creator/cmggalcfgfeanaaanjdfpekjnnhcgbbi
Popis Automatically fills commit message and description when then are empty
Velikost souboru 16.49 KB
Počet instalací 15
Aktuální Verze 1.1
Poslední Aktualizace 2014-08-10
Datum Vydání 2014-08-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář akbarova.armia
Typ Platby free
Webové stránky Rozšíření https://github.com/MaximeD/gitlab_commit_creator
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}