Trello card to git branch name
Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'
ما هو Trello card to git branch name؟
Trello card to git branch name هو إضافة Chrome تم تطويرها بواسطة ba3ejiuh4er، والميزة الرئيسية لها هي "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Trello card to git branch name
قم بتنزيل ملفات الامتداد Trello card to git branch name بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Bored always rewriting trello card URL to git branch name? This extension will help you generatee and copy to clipboard your new branch name in one click!
معلومات أساسية عن التمديد
الاسم | Trello card to git branch name |
ID | himhfcpokbaiahhmhcibghlakmpeckdg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/trello-card-to-git-branch/himhfcpokbaiahhmhcibghlakmpeckdg |
الوصف | Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles' |
حجم الملف | 23.58 KB |
عدد التثبيتات | 76 |
النسخة الحالية | 1.0 |
آخر تحديث | 2018-10-31 |
تاريخ النشر | 2018-10-31 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | ba3ejiuh4er |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trello card to git branch name", "short_name": "TCTGBN", "version": "1.0", "author": "Landush D.", "description": "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'", "icons": { "16": "icons\/16x16.png", "32": "icons\/32x32.png", "48": "icons\/48x48.png", "64": "icons\/64x64.png", "128": "icons\/128x128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Copy branch name", "default_icon": "icons\/48x48.png" } } |