Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
O que é Bootswatch Theme Preview?
Bootswatch Theme Preview é uma extensão do Chrome desenvolvida por https://vincechan.me, e sua principal característica é "Preview a bootstrap site with a bootswatch theme.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Bootswatch Theme Preview
Baixe arquivos de extensão Bootswatch Theme Preview no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
URL Oficial | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
Descrição | Preview a bootstrap site with a bootswatch theme. |
Tamanho do Arquivo | 445 KB |
Contagem de Instalações | 75 |
Versão Atual | 1.0.1 |
Última Atualização | 2016-06-13 |
Data de Publicação | 2016-06-13 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://vincechan.me |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
Idiomas Suportados | 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" ] } |