BB Ex

Layout fixes on BitBucket

Qu'est-ce que BB Ex ?

BB Ex est une extension Chrome développée par csbubbles, et sa fonction principale est "Layout fixes on BitBucket".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BB Ex

Téléchargez les fichiers d'extension BB Ex 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

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

Informations de Base sur l'Extension

Nom BB Ex BB Ex
ID fmojbbgceielgehcihacicbdhednlkcl
URL Officiel https://chromewebstore.google.com/detail/bb-ex/fmojbbgceielgehcihacicbdhednlkcl
Description Layout fixes on BitBucket
Taille du Fichier 54.67 KB
Nombre d'Installations 41
Version Actuelle 0.0.12
Dernière Mise à Jour 2015-05-03
Date de Publication 2015-05-02
Évaluation 4.75/5 Total 8 Évaluations
Développeur csbubbles
Type de Paiement free
Site Web de l'Extension https://bitbucket.org/bugzinga/bb-ex
Langues Prises en Charge 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"
            ]
        }
    ]
}