Darken text
This extension darkens text in
tags to make blog text more readable.
Darken textคืออะไร?
Darken text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "This extension darkens text in
tags to make blog text more readable."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Darken text
ดาวน์โหลดไฟล์ส่วนขยาย Darken text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
To improve readability, you can darken text (DT) on blog and news articles with one click. Don't you hate it when bloggers or designers think that light grey text on a grey background is artistic? Dude, hello? It's practically invisible! I'm trying to read your article here.... This Chrome extension installs a button labelled "DT" that you can click on to darken text insidetags so that the text becomes more readable. No instruction manuals. Just a simple single click and it turns
tagged text to black. I found that I'm using it all the time, so version 1.1 adds a keyboard shortcut CTRL+SHIFT+K (or COMMAND+SHIFT+K on Mac). As of version 1.1 the text color of the following tags are turned to black:
,
,, . Hope this helps you guys. Email me if you have any features requests. I'll make the DT Chrome Extension do anything you want except wipe your butt. You'll have to ask your mommy to do that for you. BTW, feel free to email me if you need a programmer. I'm a freelance web developer. Cheers! David :) [email protected] http://www.davidbeckwith.com ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ Darken text ID kmonkhbnghcmlhgbmlpagpapfomioidg URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/darken-text/kmonkhbnghcmlhgbmlpagpapfomioidg คำอธิบาย This extension darkens text in tags to make blog text more readable.
ขนาดไฟล์ 18.23 KB จำนวนการติดตั้ง 2,505 เวอร์ชันปัจจุบัน 1.1 อัปเดตครั้งล่าสุด 2015-09-03 วันที่เผยแพร่ 2015-09-02 คะแนน 3.53/5 รวมทั้งหมด 38 คะแนน ผู้พัฒนา [email protected] ประเภทการชำระเงิน free ภาษาที่รองรับ en-US manifest.json { "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Darken text", "short_name": "DT", "description": "This extension darkens text intags to make blog text more readable.", "version": "1.1", "browser_action": { "default_icon": "icon.png" }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "*:\/\/*\/*" ], "commands": { "darken_text": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" }, "description": "Darken text to enhance readability." } } }