Gitlab commit creator
Automatically fills commit message and description when then are empty
Gitlab commit creatorคืออะไร?
Gitlab commit creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย akbarova.armia และคุณลักษณะหลักของมันคือ "Automatically fills commit message and description when then are empty"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gitlab commit creator
ดาวน์โหลดไฟล์ส่วนขยาย 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": [ "*:\/\/*\/*" ] } |