Care your Eyes
Change the page's background color to the reseda or night mode and you can click a block to make it changing color.
Care your Eyes란 무엇입니까?
Care your Eyes은(는) neverdie2023에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the page's background color to the reseda or night mode and you can click a block to make it changing color."입니다.
확장 프로그램 스크린샷
Care your Eyes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Change a webpage's background color to reseda or night mode to protect your eyes from intensity of white or other lightness color.
You can custom the setting of which webpage element's background image and font color by yourself.
You can right click to change some block's color, and you can disabled or enabled the function by context menu.
You can custom the BG color and the font color by yourself
You can disable the extension in all the webpages of one site 확장 프로그램 기본 정보
| 이름 | |
| ID | fidmpnedniahpnkeomejhnepmbdamlhl |
| 공식 URL | https://chrome.google.com/webstore/detail/care-your-eyes/fidmpnedniahpnkeomejhnepmbdamlhl |
| 설명 | Change the page's background color to the reseda or night mode and you can click a block to make it changing color. |
| 파일 크기 | 291 KB |
| 설치 횟수 | 148,305 |
| 현재 버전 | 7.1.17 |
| 최근 업데이트 | 2023-05-13 |
| 출시 날짜 | 2020-04-22 |
| 평점 | 4.31/5 총 1430 개의 평점 |
| 개발자 | neverdie2023 |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 개인정보 보호 정책 페이지 URL | https://sites.google.com/view/random-number-extension/home |
| 지원되는 언어 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"short_name": "__MSG_extName__",
"version": "7.1.17",
"description": "__MSG_extDescription__",
"default_locale": "en",
"permissions": [
"contextMenus",
"storage",
"tabs",
"http:\/\/tjs.sjs.sinajs.cn\/",
"notifications",
"*:\/\/*\/*"
],
"icons": {
"16": "images\/glasses16.png",
"48": "images\/glasses48.png",
"128": "images\/glasses128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/glasses32.png",
"38": "images\/glasses32.png"
}
},
"background": {
"scripts": [
"js\/bg.js"
]
},
"content_scripts": [
{
"run_at": "document_start",
"matches": [
"*:\/\/*\/*"
],
"css": [
"css\/night-mode.css"
],
"js": [
"js\/inject0.js"
]
}
],
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |