Gitlab commit creator
Automatically fills commit message and description when then are empty
Gitlab commit creatorとは何ですか?
Gitlab commit creatorはakbarova.armiaによって開発されたChromeの拡張機能で、その主な機能は「Automatically fills commit message and description when then are empty」です。
拡張機能のスクリーンショット
Gitlab commit creator拡張機能のCRXファイルをダウンロード
Gitlab commit creator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Gitlab commit creator |
ID | cmggalcfgfeanaaanjdfpekjnnhcgbbi |
公式URL | https://chromewebstore.google.com/detail/gitlab-commit-creator/cmggalcfgfeanaaanjdfpekjnnhcgbbi |
説明 | Automatically fills commit message and description when then are empty |
ファイルサイズ | 16.49 KB |
インストール数 | 15 |
現在のバージョン | 1.1 |
最終更新日 | 2014-08-10 |
公開日 | 2014-08-10 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | akbarova.armia |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/MaximeD/gitlab_commit_creator |
対応言語 | 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": [ "*:\/\/*\/*" ] } |