Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
¿Qué es Bootswatch Theme Preview?
Bootswatch Theme Preview es una extensión de Chrome desarrollada por https://vincechan.me, y su función principal es "Preview a bootstrap site with a bootswatch theme.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Bootswatch Theme Preview
Descarga archivos de extensión Bootswatch Theme Preview en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
URL Oficial | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Descripción | Preview a bootstrap site with a bootswatch theme. |
Tamaño del Archivo | 445 KB |
Cantidad de Instalaciones | 75 |
Versión Actual | 1.0.1 |
Última Actualización | 2016-06-13 |
Fecha de Publicación | 2016-06-13 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | https://vincechan.me |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Idiomas Soportados | 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" ] } |