Bootswatch Theme Preview

Preview a bootstrap site with a bootswatch theme.

Bootswatch Theme Previewคืออะไร?

Bootswatch Theme Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vincechan.me และคุณลักษณะหลักของมันคือ "Preview a bootstrap site with a bootswatch theme."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bootswatch Theme Preview

ดาวน์โหลดไฟล์ส่วนขยาย Bootswatch Theme Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    ]
}