BCW: Bootstrap Grid Helper
Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning
什么是BCW: Bootstrap Grid Helper?
BCW: Bootstrap Grid Helper是由https://www.davidsottimano.com开发的Chrome扩展程序,该扩展的主要功能是“Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning”。
扩展截图
下载BCW: Bootstrap Grid Helper扩展crx文件
下载BCW: Bootstrap Grid Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Gives divs with Bootstrap grid classes different background colors. A very simple Chrome extension to help learn the Bootstrap grid classes. Created by Dave Sottimano for the Boise Codeworks 2017 winter cohort.
扩展基本信息
名称 | BCW: Bootstrap Grid Helper |
ID | iapnoonijdgjdiemldkniknckmnhognb |
官方URL | https://chromewebstore.google.com/detail/bcw-bootstrap-grid-helper/iapnoonijdgjdiemldkniknckmnhognb |
简介 | Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning |
文件大小 | 54.44 KB |
安装次数 | 35 |
当前版本 | 0.1.3 |
更新时间 | 2017-01-15 |
上架时间 | 2017-01-15 |
评分 | 4.00/5 共2次评分 |
开发者 | https://www.davidsottimano.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.davidsottimano.com |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BCW: Bootstrap Grid Helper", "version": "0.1.3", "description": "Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning", "browser_action": { "default_icon": "glasses.png", "default_popup": "popup.html" }, "icons": { "16": "glasses16.png", "48": "glasses48.png", "128": "glasses128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "content_scripts": [ { "html": [ "popup.html" ], "js": [ "jquery-3.1.1.min.js", "popup.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ] } |