Medium Dark
Gives a dark theme to medium web site so is easier to read.
Medium Dark란 무엇입니까?
Medium Dark은(는) http://danielzamorano.pro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Gives a dark theme to medium web site so is easier to read."입니다.
확장 프로그램 스크린샷
Medium Dark 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Enjoy medium articles in dark mode. We will keep updating and improving this plugin to get better styles, debug any issue and add features. - Right now it's just working for the article page, home page is still in progress. - It has permissions for all sites to be able to work also with domains inside medium. (we filter internally so is not affecting other pages) - Some async content is having problems to get the styles (we are working on it)
확장 프로그램 기본 정보
이름 | |
ID | ogghkkonjkglempfkojfbmjgnahllbao |
공식 URL | https://chrome.google.com/webstore/detail/medium-dark/ogghkkonjkglempfkojfbmjgnahllbao |
설명 | Gives a dark theme to medium web site so is easier to read. |
파일 크기 | 14.21 KB |
설치 횟수 | 75 |
현재 버전 | 0.1.0 |
최근 업데이트 | 2019-11-04 |
출시 날짜 | 2019-11-04 |
평점 | 4.00/5 총 1 개의 평점 |
개발자 | http://danielzamorano.pro |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://danielzamorano.pro |
도움말 페이지 URL | https://danielzamorano.pro |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Medium Dark", "version": "0.1.0", "description": "Gives a dark theme to medium web site so is easier to read.", "permissions": [ "activeTab" ], "options_page": "options.html", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "medium-dark.js" ] } ], "icons": { "16": "images\/medium-dark-16.png", "32": "images\/medium-dark-32.png", "48": "images\/medium-dark-48.png", "128": "images\/medium-dark-128.png" }, "manifest_version": 2 } |