BCW: Bootstrap Grid Helper
Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning
Wat is BCW: Bootstrap Grid Helper?
BCW: Bootstrap Grid Helper is een Chrome-extensie ontwikkeld door https://www.davidsottimano.com, en de belangrijkste functie is "Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning".
Extensie Screenshots
Download het CRX-bestand van de extensie BCW: Bootstrap Grid Helper
Download BCW: Bootstrap Grid Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iapnoonijdgjdiemldkniknckmnhognb |
| Officiële URL | https://chromewebstore.google.com/detail/bcw-bootstrap-grid-helper/iapnoonijdgjdiemldkniknckmnhognb |
| Beschrijving | Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning |
| Bestandsgrootte | 54.44 KB |
| Aantal Installaties | 35 |
| Huidige Versie | 0.1.3 |
| Laatst Bijgewerkt | 2017-01-15 |
| Publicatiedatum | 2017-01-15 |
| Beoordeling | 4.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://www.davidsottimano.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://www.davidsottimano.com |
| Ondersteunde Talen | 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:\/\/*\/*"
]
}
]
} | |