Gitlab commit creator

Automatically fills commit message and description when then are empty

Gitlab commit creator là gì?

Gitlab commit creator là một tiện ích mở rộng Chrome được phát triển bởi akbarova.armia, và tính năng chính của nó là "Automatically fills commit message and description when then are empty".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Gitlab commit creator

Tải xuống các tệp mở rộng Gitlab commit creator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Gitlab commit creator Gitlab commit creator
ID cmggalcfgfeanaaanjdfpekjnnhcgbbi
URL Chính Thức https://chromewebstore.google.com/detail/gitlab-commit-creator/cmggalcfgfeanaaanjdfpekjnnhcgbbi
Mô tả Automatically fills commit message and description when then are empty
Kích Thước Tệp 16.49 KB
Số Lần Cài Đặt 15
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2014-08-10
Ngày Phát Hành 2014-08-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển akbarova.armia
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/MaximeD/gitlab_commit_creator
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}