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

What is 'Clone in GitHub for Windows' for Bitbucket?

'Clone in GitHub for Windows' for Bitbucket is a Chrome extension developed by Grønnestad, and its main feature is "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.".

Extension Screenshots

screenshot
screenshot

Download 'Clone in GitHub for Windows' for Bitbucket Extension CRX File

Download 'Clone in GitHub for Windows' for Bitbucket extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Changes:
- Fix for bitbucket.org HTML changes                    

Extension Basic Information

Name 'Clone in GitHub for Windows' for Bitbucket 'Clone in GitHub for Windows' for Bitbucket
ID dajidcoddikehcffddfdkknkkpagfjpf
Official URL https://chromewebstore.google.com/detail/clone-in-github-for-windo/dajidcoddikehcffddfdkknkkpagfjpf
Description Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.
File Size 510 KB
Installation Count 149
Current Version 1.2
Last Updated 2014-02-15
Publish Date 2014-02-14
Rating 3.00/5 Total 2 Ratings
Developer Grønnestad
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}