Bootswatch Previewer

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

Bootswatch Previewerとは何ですか?

Bootswatch PreviewerはKobi Tateによって開発されたChromeの拡張機能で、その主な機能は「Preview any Bootswatch theme on your Bootstrap website right from the browser!」です。

拡張機能のスクリーンショット

screenshot

Bootswatch Previewer拡張機能のCRXファイルをダウンロード

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
Eメール [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'"
}