BCW: Bootstrap Grid Helper
Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning
Co je BCW: Bootstrap Grid Helper?
BCW: Bootstrap Grid Helper je rozšíření Chrome vyvinuté https://www.davidsottimano.com, a jeho hlavní funkcí je „Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření BCW: Bootstrap Grid Helper
Stáhněte si soubory rozšíření BCW: Bootstrap Grid Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | BCW: Bootstrap Grid Helper |
ID | iapnoonijdgjdiemldkniknckmnhognb |
Oficiální URL | https://chromewebstore.google.com/detail/bcw-bootstrap-grid-helper/iapnoonijdgjdiemldkniknckmnhognb |
Popis | Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning |
Velikost souboru | 54.44 KB |
Počet instalací | 35 |
Aktuální Verze | 0.1.3 |
Poslední Aktualizace | 2017-01-15 |
Datum Vydání | 2017-01-15 |
Hodnocení | 4.00/5 Celkem 2 Hodnocení |
Vývojář | https://www.davidsottimano.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://www.davidsottimano.com |
Podporované Jazyky | 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:\/\/*\/*" ] } ] } |