Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
Hvad er Bootswatch Theme Preview?
Bootswatch Theme Preview er en Chrome-udvidelse udviklet af https://vincechan.me, og dens hovedfunktion er "Preview a bootstrap site with a bootswatch theme.".
Udvidelsesskærmbilleder
Download Bootswatch Theme Preview-udvidelses-CRX-fil
Download Bootswatch Theme Preview-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
Officiel URL | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Beskrivelse | Preview a bootstrap site with a bootswatch theme. |
Filstørrelse | 445 KB |
Antal Installationer | 75 |
Nuværende Version | 1.0.1 |
Senest Opdateret | 2016-06-13 |
Udgivelsesdato | 2016-06-13 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://vincechan.me |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Understøttede Sprog | 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" ] } |