High Contrast Epoch Times
Injects CSS and JS to Epoch Times to make their website high contrast
High Contrast Epoch Timesคืออะไร?
High Contrast Epoch Times เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oakes Software และคุณลักษณะหลักของมันคือ "Injects CSS and JS to Epoch Times to make their website high contrast"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย High Contrast Epoch Times
ดาวน์โหลดไฟล์ส่วนขยาย High Contrast Epoch Times ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Makes the Chinese mobile Epoch Times website better for accessibility. A Chrome extension to tweak my grandfather's favorite website. Intended to be used with the mobile version of the site. Epoch Times' website uses pixel font sizes, and as a result the font sizes cannot be overridden by the user. Browsers let users change the default font sizes so that users like my grandfather can read text that would normally be too small to see. Websites use `em` units for text rather than `px` to obey these settings and show text relative to the chosen size. The extension automatically converts pixel `font-size` and `line-height` values to use `em` units instead. It also uses high contrast text colors (black background and yellow text) to make it easier to read.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | goncadbopkgihpgbeinbmpjlcnglgfkd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/high-contrast-epoch-times/goncadbopkgihpgbeinbmpjlcnglgfkd |
คำอธิบาย | Injects CSS and JS to Epoch Times to make their website high contrast |
ขนาดไฟล์ | 51.93 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2019-04-23 |
วันที่เผยแพร่ | 2019-04-23 |
ผู้พัฒนา | Oakes Software |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/NotWoods/high-contrast-epoch-times |
URL หน้าช่วยเหลือ | https://github.com/NotWoods/high-contrast-epoch-times/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "$schema": "https:\/\/raw.githubusercontent.com\/jasonkarns\/chrome-extension-manifest-schema\/master\/schemas\/json-schema.schema.json", "name": "High Contrast Epoch Times", "version": "1.1.0", "manifest_version": 2, "description": "Injects CSS and JS to Epoch Times to make their website high contrast", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "author": "Tiger Oakes", "content_scripts": [ { "matches": [ "http:\/\/www.epochtimes.com\/*" ], "css": [ "src\/inject\/high-contrast.css" ], "js": [ "src\/inject\/px-to-em.js" ] } ] } |