Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
Wat is Bootswatch Theme Preview?
Bootswatch Theme Preview is een Chrome-extensie ontwikkeld door https://vincechan.me, en de belangrijkste functie is "Preview a bootstrap site with a bootswatch theme.".
Extensie Screenshots
Download het CRX-bestand van de extensie Bootswatch Theme Preview
Download Bootswatch Theme Preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
Officiële URL | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Beschrijving | Preview a bootstrap site with a bootswatch theme. |
Bestandsgrootte | 445 KB |
Aantal Installaties | 75 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-06-13 |
Publicatiedatum | 2016-06-13 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://vincechan.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Ondersteunde Talen | 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" ] } |