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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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