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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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": [ "*:\/\/*\/*" ] } |