Bootstrapify
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Bootstrapify là gì?
Bootstrapify là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…".
Ả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 Bootstrapify
Tải xuống các tệp mở rộng Bootstrapify 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
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user styles with Twitter Bootstrap styles. The resulting page will have a white background and black text (no background images), large font size and adequate line height, Twitter Bootstrap typography, including heading sizes, sans-serif font, and Bootstrap enhancements to standard elements including tables, forms and buttons. Please consider contributing to this plugin on Github! https://github.com/kellyk/bootstrapify
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bootstrapify |
ID | hblmelfajaaodoajgfmobneamfbomkkd |
URL Chính Thức | https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd |
Mô tả | One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user… |
Kích Thước Tệp | 7.92 KB |
Số Lần Cài Đặt | 42 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2014-05-05 |
Ngày Phát Hành | 2014-05-04 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/kellyk/bootstrapify |
URL Trang Trợ Giúp | https://github.com/kellyk/bootstrapify/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bootstrapify", "version": "0.0.1", "permissions": [ "activeTab", "http:\/\/www.bootstrapcdn.com\/" ], "background": { "scripts": [ "startup.js", "bootstrapify.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Import Bootstrap Styles" }, "manifest_version": 2 } |