Bootswatch Previewer

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

O que é Bootswatch Previewer?

Bootswatch Previewer é uma extensão do Chrome desenvolvida por Kobi Tate, e sua principal característica é "Preview any Bootswatch theme on your Bootstrap website right from the browser!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Bootswatch Previewer

Baixe arquivos de extensão Bootswatch Previewer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Bootswatch Previewer Bootswatch Previewer
ID jlmhopkiicfdiaghialcjleommnolkpl
URL Oficial https://chrome.google.com/webstore/detail/bootswatch-previewer/jlmhopkiicfdiaghialcjleommnolkpl
Descrição Preview any Bootswatch theme on your Bootstrap website right from the browser!
Tamanho do Arquivo 1.03 MB
Contagem de Instalações 79
Versão Atual 2.0
Última Atualização 2017-12-12
Data de Publicação 2017-12-12
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Kobi Tate
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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'"
}