Bootswatch Previewer
Preview any Bootswatch theme on your Bootstrap website right from the browser!
Bootswatch Previewer là gì?
Bootswatch Previewer là một tiện ích mở rộng Chrome được phát triển bởi Kobi Tate, và tính năng chính của nó là "Preview any Bootswatch theme on your Bootstrap website right from the browser!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bootswatch Previewer
Tải xuống các tệp mở rộng Bootswatch Previewer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | jlmhopkiicfdiaghialcjleommnolkpl |
URL Chính Thức | https://chrome.google.com/webstore/detail/bootswatch-previewer/jlmhopkiicfdiaghialcjleommnolkpl |
Mô tả | Preview any Bootswatch theme on your Bootstrap website right from the browser! |
Kích Thước Tệp | 1.03 MB |
Số Lần Cài Đặt | 79 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2017-12-12 |
Ngày Phát Hành | 2017-12-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Kobi Tate |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |