Bootswatch Theme Preview

Preview a bootstrap site with a bootswatch theme.

Bootswatch Theme Preview क्या है?

Bootswatch Theme Preview https://vincechan.me द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Preview a bootstrap site with a bootswatch theme."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Bootswatch Theme Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Bootswatch offers beautiful free themes for bootstrap. Thinking about using one of the bootswatch themes on your site? You can now easily preview it with this extension to check out how it looks before actually applying it to your site.

How To Use:
- Browse to the site you wish to preview with.
- Click on the extension icon on the top right. Select your your favorite theme and click on the "Apply Theme" button                    

एक्सटेंशन की मूल जानकारी

नाम Bootswatch Theme Preview Bootswatch Theme Preview
ID aofaomjbjogflcnocpegalbogjamfbhp
आधिकारिक URL https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp
विवरण Preview a bootstrap site with a bootswatch theme.
फ़ाइल का आकार 445 KB
स्थापना संख्या 75
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2016-06-13
प्रकाशन तिथि 2016-06-13
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://vincechan.me
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bootswatch Theme Preview",
    "short_name": "BootswatchThemePreview",
    "description": "Preview a bootstrap site with a bootswatch theme.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Preview this page with a bootswatch theme.",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}