Bootstrap Gird System

Create Bootstrap Gird System on your browser

Was ist Bootstrap Gird System?

Bootstrap Gird System ist eine Chrome-Erweiterung, die von mrquyet88 entwickelt wurde, und ihr Hauptmerkmal ist "Create Bootstrap Gird System on your browser".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Bootstrap Gird System-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bootstrap Gird System-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Bootstrap Gird System Bootstrap Gird System
ID hdggaejhjkocockakoindaaffcppmmhm
Offizielle URL https://chrome.google.com/webstore/detail/bootstrap-gird-system/hdggaejhjkocockakoindaaffcppmmhm
Beschreibung Create Bootstrap Gird System on your browser
Dateigröße 60.24 KB
Installationsanzahl 221
Aktuelle Version 1.1.1
Letztes Update 2018-04-13
Veröffentlichungsdatum 2018-04-13
Bewertung 2.67/5 Insgesamt 3 Bewertungen
Entwickler mrquyet88
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.youtubepartner.net
Hilfeseite URL https://www.facebook.com/nguyenvanquyet.bn
URL der Datenschutzrichtlinien-Seite https://www.youtubepartner.net
Unterstützte Sprachen 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'"
}