Bootstrap grid viewer
Detects Bootstrap Grid elements on a page and displays visual overlay for them
Bootstrap grid viewer क्या है?
Bootstrap grid viewer Rastislav Hepner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Detects Bootstrap Grid elements on a page and displays visual overlay for them"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bootstrap grid viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
While working with a bootstrap grid, it can be hard to understand how much space content is actually taking, or whether it’s aligned with other elements properly. This extension removes those unknowns. By visualization of grid elements, it builds up your intuition in laying out the content, helps with identifying sizing and alignment problems at glance, and ultimately improves the overall development time. It’s simple to use. Just one click and you’re provided with a list of Bootstrap grid elements present on the page. By clicking on any of those, you get a visual overlay over that element. By another click it’s possible to extend the overlay to viewport height and use it as a generic ruler. Overlay itself is not just commonly placed. It aligns with the grid element precisely, which means it works with more complex nested grids as well. Furthermore, overlay gutter sizes are a true reflection of the underlying grid element. Any change of gutters initiated by use of Bootstrap classes will be reflected in an overlay. Features: - provides visual feedback on grid elements ( container & row ) - helps with troubleshooting issues like an alignment or sizing - saves development time - works with nested grids - reflects gutter changes performed via default Bootstrap classes Note: Extension works with default Bootstrap Grid only. Use of customized Bootstrap grid classes / elements will break compatibility.
एक्सटेंशन की मूल जानकारी
नाम | Bootstrap grid viewer |
ID | lfhfmkeojcgnpgpnmknfkdbafbijinga |
आधिकारिक URL | https://chromewebstore.google.com/detail/bootstrap-grid-viewer/lfhfmkeojcgnpgpnmknfkdbafbijinga |
विवरण | Detects Bootstrap Grid elements on a page and displays visual overlay for them |
फ़ाइल का आकार | 34.09 KB |
स्थापना संख्या | 492 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2022-06-06 |
प्रकाशन तिथि | 2022-05-05 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Rastislav Hepner |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
सहायता पृष्ठ URL | https://github.com/raswonders/bootstrap-grid-viewer/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap grid viewer", "description": "Detects Bootstrap Grid elements on a page and displays visual overlay for them", "version": "0.2.1", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "host_permissions": [ " |