Bootstrap Gird System

Create Bootstrap Gird System on your browser

Bootstrap Gird System là gì?

Bootstrap Gird System là một tiện ích mở rộng Chrome được phát triển bởi mrquyet88, và tính năng chính của nó là "Create Bootstrap Gird System on your browser".

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

screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Bootstrap Gird System 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 Bootstrap Gird System on your browser, Easy resize able and drop able                    

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

Tên Bootstrap Gird System Bootstrap Gird System
ID hdggaejhjkocockakoindaaffcppmmhm
URL Chính Thức https://chrome.google.com/webstore/detail/bootstrap-gird-system/hdggaejhjkocockakoindaaffcppmmhm
Mô tả Create Bootstrap Gird System on your browser
Kích Thước Tệp 60.24 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2018-04-13
Ngày Phát Hành 2018-04-13
Đánh Giá 2.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển mrquyet88
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.youtubepartner.net
URL Trang Trợ Giúp https://www.facebook.com/nguyenvanquyet.bn
URL Trang Chính Sách Bảo Mật https://www.youtubepartner.net
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bootstrap Gird System",
    "version": "1.1.1",
    "default_locale": "en",
    "description": "Create Bootstrap Gird System on your browser",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Bootstrap Gird System",
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "js\/background.js"
        ]
    },
    "web_accessible_resources": [],
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.3.min.js",
                "js\/jquery-ui.min.js",
                "js\/bgs.js"
            ],
            "css": [
                "css\/jquery-ui.min.css",
                "css\/bgs.css"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}