Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
Was ist Bootswatch Theme Preview?
Bootswatch Theme Preview ist eine Chrome-Erweiterung, die von https://vincechan.me entwickelt wurde, und ihr Hauptmerkmal ist "Preview a bootstrap site with a bootswatch theme.".
Erweiterungsscreenshots
Bootswatch Theme Preview-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bootswatch Theme Preview-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
Offizielle URL | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Beschreibung | Preview a bootstrap site with a bootswatch theme. |
Dateigröße | 445 KB |
Installationsanzahl | 75 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-06-13 |
Veröffentlichungsdatum | 2016-06-13 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://vincechan.me |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Unterstützte Sprachen | 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" ] } |