Bootswatch Theme Preview

Preview a bootstrap site with a bootswatch theme.

Bootswatch Theme Preview là gì?

Bootswatch Theme Preview là một tiện ích mở rộng Chrome được phát triển bởi https://vincechan.me, và tính năng chính của nó là "Preview a bootstrap site with a bootswatch theme.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Bootswatch Theme Preview

Tải xuống các tệp mở rộng Bootswatch Theme Preview dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Bootswatch Theme Preview Bootswatch Theme Preview
ID aofaomjbjogflcnocpegalbogjamfbhp
URL Chính Thức https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp
Mô tả Preview a bootstrap site with a bootswatch theme.
Kích Thước Tệp 445 KB
Số Lần Cài Đặt 75
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2016-06-13
Ngày Phát Hành 2016-06-13
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://vincechan.me
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}