Bootstrap Grid Generator
Create a bootstrap row/col grid by drawing rectangles over ANY website!
Cos'è Bootstrap Grid Generator?
Bootstrap Grid Generator è un'estensione di Chrome sviluppata da https://www.minutephp.com, e la sua funzione principale è "Create a bootstrap row/col grid by drawing rectangles over ANY website!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bootstrap Grid Generator
Scarica i file di estensione Bootstrap Grid Generator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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)                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | hnhmbddaldgbmknmobkokdjmgchclohp | 
| URL Ufficiale | https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp | 
| Descrizione | Create a bootstrap row/col grid by drawing rectangles over ANY website! | 
| Dimensione del File | 320 KB | 
| Conteggio Installazioni | 581 | 
| Versione Corrente | 0.0.1 | 
| Ultimo Aggiornamento | 2015-02-04 | 
| Data di Pubblicazione | 2015-02-04 | 
| Valutazione | 3.67/5 Totale 3 Valutazioni | 
| Sviluppatore | https://www.minutephp.com | 
| Tipo di Pagamento | free | 
| Lingue Supportate | 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"
    ]
}  |  |