Bootswatch Previewer
Preview any Bootswatch theme on your Bootstrap website right from the browser!
什麼是Bootswatch Previewer?
Bootswatch Previewer是由Kobi Tate開發的Chrome擴展程式,該擴展的主要功能是“Preview any Bootswatch theme on your Bootstrap website right from the browser!”。
擴展截圖
下載Bootswatch Previewer擴展crx文件
下載Bootswatch Previewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Preview any Bootswatch theme on your Bootstrap website right from the browser! Works with pages built on Bootstrap 4. Download the legacy version below for Bootstrap v3 support. Created by Kobi Tate http://kobitate.com Contribute on GitHub http://github.com/therealgitcub/bootswatch-previewer Legacy version for Bootstrap v3: https://chrome.google.com/webstore/detail/bootswatch-previewer-lega/ajgcecinmfljdnijggkfmonkgepeidpg I am not affiliated or associated with Bootswatch. This is an unofficial product created by me.
擴展基本資訊
名稱 | |
ID | jlmhopkiicfdiaghialcjleommnolkpl |
官方網址 | https://chrome.google.com/webstore/detail/bootswatch-previewer/jlmhopkiicfdiaghialcjleommnolkpl |
簡介 | Preview any Bootswatch theme on your Bootstrap website right from the browser! |
檔案大小 | 1.03 MB |
安裝次數 | 79 |
目前版本 | 2.0 |
更新時間 | 2017-12-12 |
上架時間 | 2017-12-12 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Kobi Tate |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bootswatch Previewer", "description": "Preview any Bootswatch theme on your Bootstrap website right from the browser!", "version": "2.0", "browser_action": { "default_popup": "popup\/popup.html", "default_icon": "icons\/icon48.png", "default_title": "Bootswatch Previewer" }, "background": { "scripts": [ "js\/init.min.js" ], "persistent": false }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "themes\/*", "lib\/fonts\/*" ], "icons": { "128": "icons\/icon.png", "48": "icons\/icon48.png" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |