Bootswatch Previewer
Preview any Bootswatch theme on your Bootstrap website right from the browser!
Qu'est-ce que Bootswatch Previewer ?
Bootswatch Previewer est une extension Chrome développée par Kobi Tate, et sa fonction principale est "Preview any Bootswatch theme on your Bootstrap website right from the browser!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bootswatch Previewer
Téléchargez les fichiers d'extension Bootswatch Previewer 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
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.
Informations de Base sur l'Extension
Nom | |
ID | jlmhopkiicfdiaghialcjleommnolkpl |
URL Officiel | https://chrome.google.com/webstore/detail/bootswatch-previewer/jlmhopkiicfdiaghialcjleommnolkpl |
Description | Preview any Bootswatch theme on your Bootstrap website right from the browser! |
Taille du Fichier | 1.03 MB |
Nombre d'Installations | 79 |
Version Actuelle | 2.0 |
Dernière Mise à Jour | 2017-12-12 |
Date de Publication | 2017-12-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Kobi Tate |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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'" } |