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'」です。
拡張機能のスクリーンショット
Trello card to git branch name拡張機能のCRXファイルをダウンロード
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! 拡張機能の基本情報
| 名前 | |
| 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"
}
} | |