Instant Bootstrap

Customize Bootstrap 3 on your page instantly!

Instant Bootstrapคืออะไร?

Instant Bootstrap เป็นส่วนขยายของ Chrome ที่พัฒนาโดย pswai และคุณลักษณะหลักของมันคือ "Customize Bootstrap 3 on your page instantly!"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Instant Bootstrap ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        With Instant Bootstrap, you can:

- Customize Bootstrap 3 variables and apply it to your site directly
- Save customized LESS variables
- Save compiled CSS

What's new in version 0.0.6:
- Added support for Bootstrap 3.3.4 and 3.3.5 (default)

Version 0.0.5:
- Added support for Bootstrap 3.1.0, 3.1.1, 3.2.0, 3.3.0, 3.3.1 and 3.3.2 (default)
- Perserve customisation after page reload                    

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

ชื่อ Instant Bootstrap Instant Bootstrap
ID dpjeddfjmkmmacnlckclijanockagmoc
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instant-bootstrap/dpjeddfjmkmmacnlckclijanockagmoc
คำอธิบาย Customize Bootstrap 3 on your page instantly!
ขนาดไฟล์ 681 KB
จำนวนการติดตั้ง 58
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2015-06-29
วันที่เผยแพร่ 2015-06-29
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา pswai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/pswai/instant-bootstrap
URL หน้าช่วยเหลือ https://github.com/pswai/instant-bootstrap/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Bootstrap",
    "version": "0.0.6",
    "description": "Customize Bootstrap 3 on your page instantly!",
    "devtools_page": "devtools.html",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-scripts.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        ""
    ]
}