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'"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trello card to git branch name

ดาวน์โหลดไฟล์ส่วนขยาย Trello card to git branch name ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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"
    }
}