Change Page Colors
A tool that automatically change the color of background and text in the page
Change Page Colors란 무엇입니까?
Change Page Colors은(는) zanomate에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A tool that automatically change the color of background and text in the page"입니다.
확장 프로그램 스크린샷
Change Page Colors 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
"Change Page Colors" is a tool that allow users to easily change main background and text colors of any web page. The purpose is to make reading more confortable and adaptive to the user preferences. Functionality (First release) - Change background and text color a any page with a click. - Choose your favorite colors and the tool will remember your last choice.
확장 프로그램 기본 정보
이름 | |
ID | bpffefpenhflenffmncchaepkgebkpne |
공식 URL | https://chrome.google.com/webstore/detail/change-page-colors/bpffefpenhflenffmncchaepkgebkpne |
설명 | A tool that automatically change the color of background and text in the page |
파일 크기 | 43.54 KB |
설치 횟수 | 4,311 |
현재 버전 | 1.0.0.0 |
최근 업데이트 | 2016-02-27 |
출시 날짜 | 2016-02-27 |
평점 | 2.55/5 총 22 개의 평점 |
개발자 | zanomate |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0.0", "name": "Change Page Colors", "description": "A tool that automatically change the color of background and text in the page", "background": { "scripts": [ "background.js" ] }, "content_security_policy": "script-src 'self' https:\/\/apis.google.com; object-src 'self'", "browser_action": { "default_icon": "imgs\/128.png", "default_popup": "popup.html" }, "permissions": [ " |