Bootstrapify
One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…
Bootstrapifyคืออะไร?
Bootstrapify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "One-click stylesheet replacement for hard-to-read websites. This plugin strives to improve website readability by replacing user…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bootstrapify
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Bootstrapify |
ID | hblmelfajaaodoajgfmobneamfbomkkd |
URL อย่างเป็นทางการ | 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 } |