Bootstrap Grid Generator
Create a bootstrap row/col grid by drawing rectangles over ANY website!
Qu'est-ce que Bootstrap Grid Generator ?
Bootstrap Grid Generator est une extension Chrome développée par https://www.minutephp.com, et sa fonction principale est "Create a bootstrap row/col grid by drawing rectangles over ANY website!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bootstrap Grid Generator
Téléchargez les fichiers d'extension Bootstrap Grid Generator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | Bootstrap Grid Generator |
ID | hnhmbddaldgbmknmobkokdjmgchclohp |
URL Officiel | https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp |
Description | Create a bootstrap row/col grid by drawing rectangles over ANY website! |
Taille du Fichier | 320 KB |
Nombre d'Installations | 581 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-02-04 |
Date de Publication | 2015-02-04 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | https://www.minutephp.com |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |