Bootstrap Grid Generator
Create a bootstrap row/col grid by drawing rectangles over ANY website!
What is Bootstrap Grid Generator?
Bootstrap Grid Generator is a Chrome extension developed by https://www.minutephp.com, and its main feature is "Create a bootstrap row/col grid by drawing rectangles over ANY website!".
Extension Screenshots
Download Bootstrap Grid Generator Extension CRX File
Download Bootstrap Grid Generator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Bootstrap Grid Generator |
ID | hnhmbddaldgbmknmobkokdjmgchclohp |
Official URL | https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp |
Description | Create a bootstrap row/col grid by drawing rectangles over ANY website! |
File Size | 320 KB |
Installation Count | 581 |
Current Version | 0.0.1 |
Last Updated | 2015-02-04 |
Publish Date | 2015-02-04 |
Rating | 3.67/5 Total 3 Ratings |
Developer | https://www.minutephp.com |
Payment Type | free |
Supported Languages | 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" ] } |