Bootstrap Grid for any Website

Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.

Bootstrap Grid for any Websiteคืออะไร?

Bootstrap Grid for any Website เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tam Nguyen และคุณลักษณะหลักของมันคือ "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bootstrap Grid for any Website

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

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

                        Boostrap Grid will display 12 vitual bootstrap columns and padding  (grid) in your display. 
Click the Bootstrap Grid  icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct.

Ver1.1.0 Now extension can apply responsive as well.
Ver1.1.1 fix minor bug                    

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

ชื่อ Bootstrap Grid for any Website Bootstrap Grid for any Website
ID ngjnlpkfccnglmlobafmobgjoiiliden
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden
คำอธิบาย Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
ขนาดไฟล์ 42.21 KB
จำนวนการติดตั้ง 3,423
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2019-01-18
วันที่เผยแพร่ 2019-01-17
คะแนน 4.67/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา Tam Nguyen
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid for any Website",
    "short_name": "Bootstrap Grid",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.",
    "browser_action": {
        "default_icon": "src\/icon48.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "src\/content",
        "src\/content_temp",
        "libs\/jquery.js"
    ]
}