Bootstrap Grid Generator
Create a bootstrap row/col grid by drawing rectangles over ANY website!
什么是Bootstrap Grid Generator?
Bootstrap Grid Generator是由https://www.minutephp.com开发的Chrome扩展程序,该扩展的主要功能是“Create a bootstrap row/col grid by drawing rectangles over ANY website!”。
扩展截图
下载Bootstrap Grid Generator扩展crx文件
下载Bootstrap Grid Generator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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)
扩展基本信息
名称 | Bootstrap Grid Generator |
ID | hnhmbddaldgbmknmobkokdjmgchclohp |
官方URL | https://chromewebstore.google.com/detail/bootstrap-grid-generator/hnhmbddaldgbmknmobkokdjmgchclohp |
简介 | Create a bootstrap row/col grid by drawing rectangles over ANY website! |
文件大小 | 320 KB |
安装次数 | 581 |
当前版本 | 0.0.1 |
更新时间 | 2015-02-04 |
上架时间 | 2015-02-04 |
评分 | 3.67/5 共3次评分 |
开发者 | https://www.minutephp.com |
付费类型 | free |
支持的语言 | 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" ] } |