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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } ] } |