AlphaText - Make text readable!
Customize and change the appearance of online articles to enhance text readability
AlphaText - Make text readable!คืออะไร?
AlphaText - Make text readable! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย P. Wang & H. Zhou และคุณลักษณะหลักของมันคือ "Customize and change the appearance of online articles to enhance text readability"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AlphaText - Make text readable!
ดาวน์โหลดไฟล์ส่วนขยาย AlphaText - Make text readable! ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Improve online text readability, fix badly styled articles, and read the way you want! Tired of poorly formatted articles online? AlphaText makes you more productive, reduces strain on your eyes, and prevents you from getting tired quickly when reading, by letting you adjust and improve the appearance of online articles. Update: Now with integrated power tools, and a simplified user interface! AlphaText 3: - Quickly adjust font size, font style, and line spacing on websites - Save favorite style sets to apply with a single click - Automatic style adjustment on your saved favorite sites - Quick color adjustment to optimize text and background color to your liking - Clutter-clearing power tools to remove distracting multimedia (images, videos, fancy backgrounds)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AlphaText - Make text readable! |
ID | lpcaoilgpobajbkiamaojipjddpkkida |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/alphatext-make-text-reada/lpcaoilgpobajbkiamaojipjddpkkida |
คำอธิบาย | Customize and change the appearance of online articles to enhance text readability |
ขนาดไฟล์ | 66.04 KB |
จำนวนการติดตั้ง | 67,834 |
เวอร์ชันปัจจุบัน | 3.6 |
อัปเดตครั้งล่าสุด | 2017-05-21 |
วันที่เผยแพร่ | 2017-05-21 |
คะแนน | 4.56/5 รวมทั้งหมด 179 คะแนน |
ผู้พัฒนา | P. Wang & H. Zhou |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AlphaText - Make text readable!", "short_name": "AlphaText", "description": "Customize and change the appearance of online articles to enhance text readability", "author": "P. Wang & H. Zhou", "version": "3.6", "incognito": "spanning", "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "AlphaText" }, "options_ui": { "page": "options.html", "chrome_style": true } } |