Bootstrap Grid Generator

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

Wat is Bootstrap Grid Generator?

Bootstrap Grid Generator is een Chrome-extensie ontwikkeld door https://www.minutephp.com, en de belangrijkste functie is "Create a bootstrap row/col grid by drawing rectangles over ANY website!".

Extensie Screenshots

Download het CRX-bestand van de extensie Bootstrap Grid Generator

Download Bootstrap Grid Generator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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)                    

Basisinformatie over de Extensie

Naam Bootstrap Grid Generator Bootstrap Grid Generator
ID hnhmbddaldgbmknmobkokdjmgchclohp
Officiële URL https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp
Beschrijving Create a bootstrap row/col grid by drawing rectangles over ANY website!
Bestandsgrootte 320 KB
Aantal Installaties 581
Huidige Versie 0.0.1
Laatst Bijgewerkt 2015-02-04
Publicatiedatum 2015-02-04
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar https://www.minutephp.com
Betalingswijze free
Ondersteunde Talen 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"
    ]
}