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
    }
}