Bootswatch Theme Preview

Preview a bootstrap site with a bootswatch theme.

What is Bootswatch Theme Preview?

Bootswatch Theme Preview is a Chrome extension developed by https://vincechan.me, and its main feature is "Preview a bootstrap site with a bootswatch theme.".

Extension Screenshots

screenshot

Download Bootswatch Theme Preview Extension CRX File

Download Bootswatch Theme Preview extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Bootswatch Theme Preview Bootswatch Theme Preview
ID aofaomjbjogflcnocpegalbogjamfbhp
Official URL https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp
Description Preview a bootstrap site with a bootswatch theme.
File Size 445 KB
Installation Count 75
Current Version 1.0.1
Last Updated 2016-06-13
Publish Date 2016-06-13
Rating 5.00/5 Total 2 Ratings
Developer https://vincechan.me
Email [email protected]
Payment Type free
Extension Website https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/
Supported Languages 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"
    ]
}