Bootstrap Grid Generator

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

¿Qué es Bootstrap Grid Generator?

Bootstrap Grid Generator es una extensión de Chrome desarrollada por https://www.minutephp.com, y su función principal es "Create a bootstrap row/col grid by drawing rectangles over ANY website!".

Capturas de Pantalla de la Extensión

Descargar Archivo CRX de la Extensión Bootstrap Grid Generator

Descarga archivos de extensión Bootstrap Grid Generator en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre Bootstrap Grid Generator Bootstrap Grid Generator
ID hnhmbddaldgbmknmobkokdjmgchclohp
URL Oficial https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp
Descripción Create a bootstrap row/col grid by drawing rectangles over ANY website!
Tamaño del Archivo 320 KB
Cantidad de Instalaciones 581
Versión Actual 0.0.1
Última Actualización 2015-02-04
Fecha de Publicación 2015-02-04
Calificación 3.67/5 Total de 3 Calificaciones
Desarrollador https://www.minutephp.com
Tipo de Pago free
Idiomas Soportados 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"
    ]
}