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'
Wat is Trello card to git branch name?
Trello card to git branch name is een Chrome-extensie ontwikkeld door ba3ejiuh4er, en de belangrijkste functie is "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'".
Extensie Screenshots
Download het CRX-bestand van de extensie Trello card to git branch name
Download Trello card to git branch name-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Trello card to git branch name |
ID | himhfcpokbaiahhmhcibghlakmpeckdg |
Officiële URL | https://chromewebstore.google.com/detail/trello-card-to-git-branch/himhfcpokbaiahhmhcibghlakmpeckdg |
Beschrijving | Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles' |
Bestandsgrootte | 23.58 KB |
Aantal Installaties | 76 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2018-10-31 |
Publicatiedatum | 2018-10-31 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ba3ejiuh4er |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |