Bootstrap Grid for any Website

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

Bootstrap Grid for any Website là gì?

Bootstrap Grid for any Website là một tiện ích mở rộng Chrome được phát triển bởi Tam Nguyen, và tính năng chính của nó là "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bootstrap Grid for any Website

Tải xuống các tệp mở rộng Bootstrap Grid for any Website dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bootstrap Grid for any Website Bootstrap Grid for any Website
ID ngjnlpkfccnglmlobafmobgjoiiliden
URL Chính Thức https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden
Mô tả Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
Kích Thước Tệp 42.21 KB
Số Lần Cài Đặt 3,423
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2019-01-18
Ngày Phát Hành 2019-01-17
Đánh Giá 4.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Tam Nguyen
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}