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是由Oakes Software開發的Chrome擴展程式,該擴展的主要功能是“Injects CSS and JS to Epoch Times to make their website high contrast”。
擴展截圖
下載High Contrast Epoch Times擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |