'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.

Co je 'Clone in GitHub for Windows' for Bitbucket?

'Clone in GitHub for Windows' for Bitbucket je rozšíření Chrome vyvinuté Grønnestad, a jeho hlavní funkcí je „Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření 'Clone in GitHub for Windows' for Bitbucket

Stáhněte si soubory rozšíření 'Clone in GitHub for Windows' for Bitbucket ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Changes:
- Fix for bitbucket.org HTML changes                    

Základní Informace o Rozšíření

Název 'Clone in GitHub for Windows' for Bitbucket 'Clone in GitHub for Windows' for Bitbucket
ID dajidcoddikehcffddfdkknkkpagfjpf
Oficiální URL https://chromewebstore.google.com/detail/clone-in-github-for-windo/dajidcoddikehcffddfdkknkkpagfjpf
Popis Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.
Velikost souboru 510 KB
Počet instalací 149
Aktuální Verze 1.2
Poslední Aktualizace 2014-02-15
Datum Vydání 2014-02-14
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Grønnestad
Typ Platby free
Podporované Jazyky 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\/*"
            ]
        }
    ]
}