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은(는) ba3ejiuh4er에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'"입니다.

확장 프로그램 스크린샷

screenshot

Trello card to git branch name 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}