Bootswatch Previewer
Preview any Bootswatch theme on your Bootstrap website right from the browser!
Bootswatch Previewer क्या है?
Bootswatch Previewer Kobi Tate द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview any Bootswatch theme on your Bootstrap website right from the browser!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bootswatch Previewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Preview any Bootswatch theme on your Bootstrap website right from the browser! Works with pages built on Bootstrap 4. Download the legacy version below for Bootstrap v3 support. Created by Kobi Tate http://kobitate.com Contribute on GitHub http://github.com/therealgitcub/bootswatch-previewer Legacy version for Bootstrap v3: https://chrome.google.com/webstore/detail/bootswatch-previewer-lega/ajgcecinmfljdnijggkfmonkgepeidpg I am not affiliated or associated with Bootswatch. This is an unofficial product created by me.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | jlmhopkiicfdiaghialcjleommnolkpl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bootswatch-previewer/jlmhopkiicfdiaghialcjleommnolkpl |
विवरण | Preview any Bootswatch theme on your Bootstrap website right from the browser! |
फ़ाइल का आकार | 1.03 MB |
स्थापना संख्या | 79 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2017-12-12 |
प्रकाशन तिथि | 2017-12-12 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Kobi Tate |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bootswatch Previewer", "description": "Preview any Bootswatch theme on your Bootstrap website right from the browser!", "version": "2.0", "browser_action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/icon48.png", "default_title": "Bootswatch Previewer" }, "background": { "scripts": [ "js\/init.min.js" ], "persistent": false }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "themes\/*", "lib\/fonts\/*" ], "icons": { "128": "icons\/icon.png", "48": "icons\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |