Bootswatch Previewer

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

Cos'è Bootswatch Previewer?

Bootswatch Previewer è un'estensione di Chrome sviluppata da Kobi Tate, e la sua funzione principale è "Preview any Bootswatch theme on your Bootstrap website right from the browser!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Bootswatch Previewer

Scarica i file di estensione Bootswatch Previewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Bootswatch Previewer Bootswatch Previewer
ID jlmhopkiicfdiaghialcjleommnolkpl
URL Ufficiale https://chrome.google.com/webstore/detail/bootswatch-previewer/jlmhopkiicfdiaghialcjleommnolkpl
Descrizione Preview any Bootswatch theme on your Bootstrap website right from the browser!
Dimensione del File 1.03 MB
Conteggio Installazioni 79
Versione Corrente 2.0
Ultimo Aggiornamento 2017-12-12
Data di Pubblicazione 2017-12-12
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Kobi Tate
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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'"
}