Bootstrap Grid Generator

Create a bootstrap row/col grid by drawing rectangles over ANY website!

Bootstrap Grid Generator là gì?

Bootstrap Grid Generator là một tiện ích mở rộng Chrome được phát triển bởi https://www.minutephp.com, và tính năng chính của nó là "Create a bootstrap row/col grid by drawing rectangles over ANY website!".

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

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

Tải xuống các tệp mở rộng Bootstrap Grid Generator 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

                        Create a bootstrap row/col grid by drawing rectangles over ANY website! 

How it works?

https://www.youtube.com/watch?v=Im-oAASuD0k

Things to remember:
1) Drag rectangles from the top-left corner.
2) You can draw rectangles inside each other for nesting rows and cols.
3) But don't draw *partially* intersecting rectangles (i.e. rectangle that is both inside and outside)                    

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

Tên Bootstrap Grid Generator Bootstrap Grid Generator
ID hnhmbddaldgbmknmobkokdjmgchclohp
URL Chính Thức https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp
Mô tả Create a bootstrap row/col grid by drawing rectangles over ANY website!
Kích Thước Tệp 320 KB
Số Lần Cài Đặt 581
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2015-02-04
Ngày Phát Hành 2015-02-04
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.minutephp.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bootstrap Grid Generator",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Create a bootstrap row\/col grid by drawing rectangles over ANY website!",
    "homepage_url": "https:\/\/github.com\/minutephp\/bootstrapgridgenerator",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icons\/panels.png",
        "default_title": "Draw grid"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "src\/css\/images\/*.png"
    ]
}