Bootstrap Gird System

Create Bootstrap Gird System on your browser

What is Bootstrap Gird System?

Bootstrap Gird System is a Chrome extension developed by mrquyet88, and its main feature is "Create Bootstrap Gird System on your browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download Bootstrap Gird System Extension CRX File

Download Bootstrap Gird System extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Create Bootstrap Gird System on your browser, Easy resize able and drop able                    

Extension Basic Information

Name Bootstrap Gird System Bootstrap Gird System
ID hdggaejhjkocockakoindaaffcppmmhm
Official URL https://chrome.google.com/webstore/detail/bootstrap-gird-system/hdggaejhjkocockakoindaaffcppmmhm
Description Create Bootstrap Gird System on your browser
File Size 60.24 KB
Installation Count 221
Current Version 1.1.1
Last Updated 2018-04-13
Publish Date 2018-04-13
Rating 2.67/5 Total 3 Ratings
Developer mrquyet88
Email [email protected]
Payment Type free
Extension Website https://www.youtubepartner.net
Help Page URL https://www.facebook.com/nguyenvanquyet.bn
Privacy Policy Page URL https://www.youtubepartner.net
Supported Languages 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'"
}