BB Ex

Layout fixes on BitBucket

What is BB Ex?

BB Ex is a Chrome extension developed by csbubbles, and its main feature is "Layout fixes on BitBucket".

Extension Screenshots

screenshot

Download BB Ex Extension CRX File

Download BB Ex 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

                        Allows to show/hide columns on BitBucket's "Issues" page and change the number of spaces for the indent size (code view).                    

Extension Basic Information

Name BB Ex BB Ex
ID fmojbbgceielgehcihacicbdhednlkcl
Official URL https://chromewebstore.google.com/detail/bb-ex/fmojbbgceielgehcihacicbdhednlkcl
Description Layout fixes on BitBucket
File Size 54.67 KB
Installation Count 41
Current Version 0.0.12
Last Updated 2015-05-03
Publish Date 2015-05-02
Rating 4.75/5 Total 8 Ratings
Developer csbubbles
Payment Type free
Extension Website https://bitbucket.org/bugzinga/bb-ex
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BB Ex",
    "description": "Layout fixes on BitBucket",
    "version": "0.0.12",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "img\/icon-48.png",
        "default_popup": "settings.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/bitbucket.org\/*",
                "https:\/\/bitbucket.org\/*"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "content.js"
            ]
        }
    ]
}