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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Gives your Bootstrap containers, rows and columns background colors to assist your learning with positioning"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BCW: Bootstrap Grid Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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:\/\/*\/*" ] } ] } |