Bootstrapify
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
什麼是Bootstrapify?
Bootstrapify是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…”。
擴展截圖
下載Bootstrapify擴展crx文件
下載Bootstrapify擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | hblmelfajaaodoajgfmobneamfbomkkd |
| 官方網址 | https://chromewebstore.google.com/detail/bootstrapify/hblmelfajaaodoajgfmobneamfbomkkd |
| 簡介 | One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user… |
| 檔案大小 | 7.92 KB |
| 安裝次數 | 42 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2014-05-05 |
| 上架時間 | 2014-05-04 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 擴展官網 | https://github.com/kellyk/bootstrapify |
| 說明頁面URL | https://github.com/kellyk/bootstrapify/issues |
| 支援的語言 | 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
} | |