BB Ex

Layout fixes on BitBucket

BB Exคืออะไร?

BB Ex เป็นส่วนขยายของ Chrome ที่พัฒนาโดย csbubbles และคุณลักษณะหลักของมันคือ "Layout fixes on BitBucket"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BB Ex

ดาวน์โหลดไฟล์ส่วนขยาย 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).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ BB Ex BB Ex
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"
            ]
        }
    ]
}