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'

Qu'est-ce que Trello card to git branch name ?

Trello card to git branch name est une extension Chrome développée par ba3ejiuh4er, et sa fonction principale est "Creates git branch name from trello card url: '8-fix-styles' will copy to clipboard you branch name 'card_8_fix_styles'".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trello card to git branch name

Téléchargez les fichiers d'extension Trello card to git branch name au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Trello card to git branch name Trello card to git branch name
ID himhfcpokbaiahhmhcibghlakmpeckdg
URL Officiel 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'
Taille du Fichier 23.58 KB
Nombre d'Installations 76
Version Actuelle 1.0
Dernière Mise à Jour 2018-10-31
Date de Publication 2018-10-31
Évaluation 5.00/5 Total 2 Évaluations
Développeur ba3ejiuh4er
Type de Paiement free
Langues Prises en Charge 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"
    }
}