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'
What is Trello card to git branch name?
Trello card to git branch name is a Chrome extension developed by ba3ejiuh4er, and its main feature is "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'".
Extension Screenshots
Download Trello card to git branch name Extension CRX File
Download Trello card to git branch name extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Trello card to git branch name |
ID | himhfcpokbaiahhmhcibghlakmpeckdg |
Official URL | https://chromewebstore.google.com/detail/trello-card-to-git-branch/himhfcpokbaiahhmhcibghlakmpeckdg |
Description | Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles' |
File Size | 23.58 KB |
Installation Count | 76 |
Current Version | 1.0 |
Last Updated | 2018-10-31 |
Publish Date | 2018-10-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | ba3ejiuh4er |
Payment Type | free |
Supported Languages | 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" } } |