BCW: Bootstrap Grid Helper
Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning
BCW: Bootstrap Grid Helper là gì?
BCW: Bootstrap Grid Helper là một tiện ích mở rộng Chrome được phát triển bởi https://www.davidsottimano.com, và tính năng chính của nó là "Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng BCW: Bootstrap Grid Helper
Tải xuống các tệp mở rộng BCW: Bootstrap Grid Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | BCW: Bootstrap Grid Helper |
ID | iapnoonijdgjdiemldkniknckmnhognb |
URL Chính Thức | https://chromewebstore.google.com/detail/bcw-bootstrap-grid-helper/iapnoonijdgjdiemldkniknckmnhognb |
Mô tả | Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning |
Kích Thước Tệp | 54.44 KB |
Số Lần Cài Đặt | 35 |
Phiên Bản Hiện Tại | 0.1.3 |
Cập Nhật Lần Cuối | 2017-01-15 |
Ngày Phát Hành | 2017-01-15 |
Đánh Giá | 4.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.davidsottimano.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.davidsottimano.com |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } ] } |