Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
Cos'è Bootswatch Theme Preview?
Bootswatch Theme Preview è un'estensione di Chrome sviluppata da https://vincechan.me, e la sua funzione principale è "Preview a bootstrap site with a bootswatch theme.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bootswatch Theme Preview
Scarica i file di estensione Bootswatch Theme Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
URL Ufficiale | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Descrizione | Preview a bootstrap site with a bootswatch theme. |
Dimensione del File | 445 KB |
Conteggio Installazioni | 75 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-06-13 |
Data di Pubblicazione | 2016-06-13 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://vincechan.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Lingue Supportate | 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" ] } |