Better Bitbucket

Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.

Qu'est-ce que Better Bitbucket ?

Better Bitbucket est une extension Chrome développée par raymondhytang, et sa fonction principale est "Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.".

Télécharger le fichier CRX de l'extension Better Bitbucket

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

                        Better Bitbucket is a Chrome extension that allows you to optimize your experience when looking at code on Bitbucket.  Clicking on the header of a file's diff will toggle the display of that diff.

You can also choose which file extensions you would like to hide.  For example, it is very useful when looking at Unity projects to hide .meta files and potentially files with other extensions.

This extension is not affiliated with Bitbucket.

This is derived from a Wider Github Chrome extension by tmlee: https://github.com/tmlee/wider_github                    

Informations de Base sur l'Extension

Nom Better Bitbucket Better Bitbucket
ID ahikdgecpffiigilbemleekgeemaembf
URL Officiel https://chrome.google.com/webstore/detail/better-bitbucket/ahikdgecpffiigilbemleekgeemaembf
Description Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.
Taille du Fichier 16.68 KB
Nombre d'Installations 39
Version Actuelle 0.1.6
Dernière Mise à Jour 2014-05-21
Date de Publication 2014-05-21
Évaluation 5.00/5 Total 2 Évaluations
Développeur raymondhytang
Type de Paiement free
Site Web de l'Extension https://bitbucket.org/raymondhytang/widerbitbucket
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Better Bitbucket",
    "version": "0.1.6",
    "description": "Choose which file extensions to hide when looking at the diff. Click on a file's header to show\/hide its diff.",
    "browser_action": {
        "default_icon": "bitbucket48.png",
        "default_title": "Better Bitbucket"
    },
    "icons": {
        "16": "bitbucket16.png",
        "48": "bitbucket48.png",
        "128": "bitbucket128.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "https:\/\/bitbucket.org\/*"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}