Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
Co je Bootswatch Theme Preview?
Bootswatch Theme Preview je rozšíření Chrome vyvinuté https://vincechan.me, a jeho hlavní funkcí je „Preview a bootstrap site with a bootswatch theme.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Bootswatch Theme Preview
Stáhněte si soubory rozšíření Bootswatch Theme Preview ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
Oficiální URL | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Popis | Preview a bootstrap site with a bootswatch theme. |
Velikost souboru | 445 KB |
Počet instalací | 75 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-06-13 |
Datum Vydání | 2016-06-13 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | https://vincechan.me |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Podporované Jazyky | 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" ] } |