Bootswatch Theme Preview
Preview a bootstrap site with a bootswatch theme.
什麼是Bootswatch Theme Preview?
Bootswatch Theme Preview是由https://vincechan.me開發的Chrome擴展程式,該擴展的主要功能是“Preview a bootstrap site with a bootswatch theme.”。
擴展截圖
下載Bootswatch Theme Preview擴展crx文件
下載Bootswatch Theme Preview擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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
擴展基本資訊
名稱 | Bootswatch Theme Preview |
ID | aofaomjbjogflcnocpegalbogjamfbhp |
官方網址 | https://chromewebstore.google.com/detail/bootswatch-theme-preview/aofaomjbjogflcnocpegalbogjamfbhp |
簡介 | Preview a bootstrap site with a bootswatch theme. |
檔案大小 | 445 KB |
安裝次數 | 75 |
目前版本 | 1.0.1 |
更新時間 | 2016-06-13 |
上架時間 | 2016-06-13 |
評分 | 5.00/5 共 2 次評分 |
開發者 | https://vincechan.me |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://vincechan.me/2016/06/10/bootswatch-theme-preview-google-chrome-extension/ |
支援的語言 | 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" ] } |