Bootswatch Previewer

Preview any Bootswatch theme on your Bootstrap website right from the browser!

Bootswatch Previewerคืออะไร?

Bootswatch Previewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kobi Tate และคุณลักษณะหลักของมันคือ "Preview any Bootswatch theme on your Bootstrap website right from the browser!"

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

screenshot

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

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

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

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Bootswatch Previewer Bootswatch Previewer
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'"
}