Better Bitbucket

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

Better Bitbucketとは何ですか?

Better Bitbucketはraymondhytangによって開発されたChromeの拡張機能で、その主な機能は「Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.」です。

Better Bitbucket拡張機能のCRXファイルをダウンロード

Better Bitbucket拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Better Bitbucket Better Bitbucket
ID ahikdgecpffiigilbemleekgeemaembf
公式URL https://chrome.google.com/webstore/detail/better-bitbucket/ahikdgecpffiigilbemleekgeemaembf
説明 Choose which file extensions to hide when looking at the diff. Click on a file's header to show/hide its diff.
ファイルサイズ 16.68 KB
インストール数 39
現在のバージョン 0.1.6
最終更新日 2014-05-21
公開日 2014-05-21
評価 5.00/5 合計 2 レビュー
開発者 raymondhytang
支払い方法 free
拡張機能のウェブサイト https://bitbucket.org/raymondhytang/widerbitbucket
対応言語 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
    }
}