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'
Cos'è Trello card to git branch name?
Trello card to git branch name è un'estensione di Chrome sviluppata da ba3ejiuh4er, e la sua funzione principale è "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Trello card to git branch name
Scarica i file di estensione Trello card to git branch name in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Trello card to git branch name |
ID | himhfcpokbaiahhmhcibghlakmpeckdg |
URL Ufficiale | https://chromewebstore.google.com/detail/trello-card-to-git-branch/himhfcpokbaiahhmhcibghlakmpeckdg |
Descrizione | Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles' |
Dimensione del File | 23.58 KB |
Conteggio Installazioni | 76 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-10-31 |
Data di Pubblicazione | 2018-10-31 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | ba3ejiuh4er |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |