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'
Was ist Trello card to git branch name?
Trello card to git branch name ist eine Chrome-Erweiterung, die von ba3ejiuh4er entwickelt wurde, und ihr Hauptmerkmal ist "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'".
Erweiterungsscreenshots
Trello card to git branch name-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trello card to git branch name-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | Trello card to git branch name |
ID | himhfcpokbaiahhmhcibghlakmpeckdg |
Offizielle URL | https://chromewebstore.google.com/detail/trello-card-to-git-branch/himhfcpokbaiahhmhcibghlakmpeckdg |
Beschreibung | Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles' |
Dateigröße | 23.58 KB |
Installationsanzahl | 76 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-10-31 |
Veröffentlichungsdatum | 2018-10-31 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | ba3ejiuh4er |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |