Bootstrap Grid Generator

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

Was ist Bootstrap Grid Generator?

Bootstrap Grid Generator ist eine Chrome-Erweiterung, die von https://www.minutephp.com entwickelt wurde, und ihr Hauptmerkmal ist "Create a bootstrap row/col grid by drawing rectangles over ANY website!".

Erweiterungsscreenshots

Bootstrap Grid Generator-Erweiterungs-CRX-Datei herunterladen

Laden Sie Bootstrap Grid Generator-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 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)                    

Grundlegende Informationen zur Erweiterung

Name Bootstrap Grid Generator Bootstrap Grid Generator
ID hnhmbddaldgbmknmobkokdjmgchclohp
Offizielle URL https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp
Beschreibung Create a bootstrap row/col grid by drawing rectangles over ANY website!
Dateigröße 320 KB
Installationsanzahl 581
Aktuelle Version 0.0.1
Letztes Update 2015-02-04
Veröffentlichungsdatum 2015-02-04
Bewertung 3.67/5 Insgesamt 3 Bewertungen
Entwickler https://www.minutephp.com
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}