Bootstrap Grid for any Website
Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.
Bootstrap Grid for any Website क्या है?
Bootstrap Grid for any Website Tam Nguyen द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bootstrap Grid for any Website एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Boostrap Grid will display 12 vitual bootstrap columns and padding (grid) in your display. Click the Bootstrap Grid icon to toggle the overlay on and off. The grid will be **displayed in any website**. If you change change size responsive. please push on/off button to make grid correct. Ver1.1.0 Now extension can apply responsive as well. Ver1.1.1 fix minor bug
एक्सटेंशन की मूल जानकारी
नाम | Bootstrap Grid for any Website |
ID | ngjnlpkfccnglmlobafmobgjoiiliden |
आधिकारिक URL | https://chromewebstore.google.com/detail/bootstrap-grid-for-any-we/ngjnlpkfccnglmlobafmobgjoiiliden |
विवरण | Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success. |
फ़ाइल का आकार | 42.21 KB |
स्थापना संख्या | 3,423 |
वर्तमान संस्करण | 1.1.1 |
अंतिम अपडेट | 2019-01-18 |
प्रकाशन तिथि | 2019-01-17 |
रेटिंग | 4.67/5 कुल 6 रेटिंग्स |
डेवलपर | Tam Nguyen |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrap Grid for any Website", "short_name": "Bootstrap Grid", "version": "1.1.1", "manifest_version": 2, "description": "Quickly toggle a Bootstrap Grid for any website. Easy to use, easy success.", "browser_action": { "default_icon": "src\/icon48.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "src\/content", "src\/content_temp", "libs\/jquery.js" ] } |