Bootstrap Viewport
Displays the current Bootstrap Viewport
Bootstrap Viewport क्या है?
Bootstrap Viewport serhat-m द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the current Bootstrap Viewport"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bootstrap Viewport एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Determines which Bootstrap viewport is active based on the width. Tested with Bootstrap v5.
एक्सटेंशन की मूल जानकारी
नाम | Bootstrap Viewport |
ID | hbbkilahnbjmfhmfpckjpamaicggokje |
आधिकारिक URL | https://chromewebstore.google.com/detail/bootstrap-viewport/hbbkilahnbjmfhmfpckjpamaicggokje |
विवरण | Displays the current Bootstrap Viewport |
फ़ाइल का आकार | 15.01 KB |
स्थापना संख्या | 659 |
वर्तमान संस्करण | 0.2.1 |
अंतिम अपडेट | 2023-06-05 |
प्रकाशन तिथि | 2022-11-10 |
रेटिंग | 4.67/5 कुल 3 रेटिंग्स |
डेवलपर | serhat-m |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bootstrap Viewport", "version": "0.2.1", "description": "Displays the current Bootstrap Viewport", "action": { "default_title": "Bootstrap Viewport", "default_popup": ".\/html\/popup.html" }, "icons": { "16": ".\/bin\/img\/symbol16.png", "48": ".\/bin\/img\/symbol48.png", "128": ".\/bin\/img\/symbol128.png" }, "background": { "service_worker": ".\/js\/background.js" }, "content_scripts": [ { "css": [ ".\/css\/bs-viewport.css" ], "js": [ ".\/js\/bs-viewport.js", ".\/js\/content.js" ], "matches": [ "*:\/\/*\/*" ], "type": "module" } ], "permissions": [ "storage" ], "author": "Serhat M." } |