BB Ex
Layout fixes on BitBucket
BB Exとは何ですか?
BB Exはcsbubblesによって開発されたChromeの拡張機能で、その主な機能は「Layout fixes on BitBucket」です。
拡張機能のスクリーンショット
BB Ex拡張機能のCRXファイルをダウンロード
BB Ex拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Allows to show/hide columns on BitBucket's "Issues" page and change the number of spaces for the indent size (code view).                     拡張機能の基本情報
| 名前 |   |  
| ID | fmojbbgceielgehcihacicbdhednlkcl | 
| 公式URL | https://chromewebstore.google.com/detail/bb-ex/fmojbbgceielgehcihacicbdhednlkcl | 
| 説明 | Layout fixes on BitBucket | 
| ファイルサイズ | 54.67 KB | 
| インストール数 | 41 | 
| 現在のバージョン | 0.0.12 | 
| 最終更新日 | 2015-05-03 | 
| 公開日 | 2015-05-02 | 
| 評価 | 4.75/5 合計 8 レビュー | 
| 開発者 | csbubbles | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://bitbucket.org/bugzinga/bb-ex | 
| 対応言語 | 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"
            ]
        }
    ]
}  |  |