Bootswatch Theme Preview

Preview a bootstrap site with a bootswatch theme.

Qu'est-ce que Bootswatch Theme Preview ?

Bootswatch Theme Preview est une extension Chrome développée par https://vincechan.me, et sa fonction principale est "Preview a bootstrap site with a bootswatch theme.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Bootswatch Theme Preview

Téléchargez les fichiers d'extension Bootswatch Theme Preview au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Bootswatch offers beautiful free themes for bootstrap. Thinking about using one of the bootswatch themes on your site? You can now easily preview it with this extension to check out how it looks before actually applying it to your site.

How To Use:
- Browse to the site you wish to preview with.
- Click on the extension icon on the top right. Select your your favorite theme and click on the "Apply Theme" button                    

Informations de Base sur l'Extension

Nom Bootswatch Theme Preview Bootswatch Theme Preview
ID aofaomjbjogflcnocpegalbogjamfbhp
URL Officiel https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp
Description Preview a bootstrap site with a bootswatch theme.
Taille du Fichier 445 KB
Nombre d'Installations 75
Version Actuelle 1.0.1
Dernière Mise à Jour 2016-06-13
Date de Publication 2016-06-13
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://vincechan.me
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bootswatch Theme Preview",
    "short_name": "BootswatchThemePreview",
    "description": "Preview a bootstrap site with a bootswatch theme.",
    "version": "1.0.1",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_title": "Preview this page with a bootswatch theme.",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}