'Clone in GitHub for Windows' for Bitbucket

Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.

Cos'è 'Clone in GitHub for Windows' for Bitbucket?

'Clone in GitHub for Windows' for Bitbucket è un'estensione di Chrome sviluppata da Grønnestad, e la sua funzione principale è "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 'Clone in GitHub for Windows' for Bitbucket

Scarica i file di estensione 'Clone in GitHub for Windows' for Bitbucket 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

                        Changes:
- Fix for bitbucket.org HTML changes                    

Informazioni di Base sull'Estensione

Nome 'Clone in GitHub for Windows' for Bitbucket 'Clone in GitHub for Windows' for Bitbucket
ID dajidcoddikehcffddfdkknkkpagfjpf
URL Ufficiale https://chromewebstore.google.com/detail/clone-in-github-for-windo/dajidcoddikehcffddfdkknkkpagfjpf
Descrizione Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.
Dimensione del File 510 KB
Conteggio Installazioni 149
Versione Corrente 1.2
Ultimo Aggiornamento 2014-02-15
Data di Pubblicazione 2014-02-14
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Grønnestad
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "'Clone in GitHub for Windows' for Bitbucket",
    "description": "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.",
    "version": "1.2",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "background.js"
            ],
            "matches": [
                "http:\/\/bitbucket.org\/*",
                "https:\/\/bitbucket.org\/*"
            ]
        }
    ]
}