Bootstrapy

Boostrap style highlighter.

Bootstrapyคืออะไร?

Bootstrapy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย darul75 และคุณลักษณะหลักของมันคือ "Boostrap style highlighter."

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

screenshot

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

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

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

                        Highlight Bootstrap 3 CSS usage on page.

If you are designer, this tool will help you improve your understanding of all css rules provided by this awesome frameworks.

Why use it, just go on a website to look how they have build their pages and have made reality come true.

Then get inspiration to make you own design.                    

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

ชื่อ Bootstrapy Bootstrapy
ID kjgakbmoeokpdkpjefebfnhmclfiiofg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/bootstrapy/kjgakbmoeokpdkpjefebfnhmclfiiofg
คำอธิบาย Boostrap style highlighter.
ขนาดไฟล์ 5.44 MB
จำนวนการติดตั้ง 132
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2014-04-21
วันที่เผยแพร่ 2014-04-21
คะแนน 4.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา darul75
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrapy",
    "short_name": "Strapy",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Boostrap style highlighter.",
    "minimum_chrome_version": "29",
    "icons": {
        "128": "favicon.png"
    },
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": "main.html"
    },
    "content_scripts": [
        {
            "js": [
                "bower_components\/jquery\/jquery-1.8.3.min.js",
                "js\/content_script.js"
            ],
            "css": [
                "css\/bootstrapy.css"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}