Let Me Read
Provides a distraction free reading.
Let Me Read란 무엇입니까?
Let Me Read은(는) Kushagra Gour에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides a distraction free reading."입니다.
확장 프로그램 스크린샷
Let Me Read 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Have a website where you read regularly and wish it didn't have those page elements on all sides distracting you from reading? "Let Me Read" is an extension that transforms your favorite websites into a distraction free reading environment. Just click the extension icon and get ready to focus on the content you want to read. Simple! Currently supported websites: 1. Facebook 2. Smashing Magazine 3. Wikipedia 4. CSS-Tricks 5. Tutsplus 6. .net Magazine 7. WebdesignerDepot 8. Noupe Have a website which is not listed above? Let me know in the comments and I'll add support for it also. This extension is open source. Find it on Github: https://github.com/chinchang/let-me-read Have fun reading!
확장 프로그램 기본 정보
이름 | |
ID | ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
공식 URL | https://chrome.google.com/webstore/detail/let-me-read/ejmgdmocbicjpgcnfoonmbbfcllcnkaa |
설명 | Provides a distraction free reading. |
파일 크기 | 12.47 KB |
설치 횟수 | 67 |
현재 버전 | 1.1 |
최근 업데이트 | 2013-08-11 |
출시 날짜 | 2013-08-11 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | Kushagra Gour |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/chinchang/let-me-read |
도움말 페이지 URL | https://github.com/chinchang/let-me-read |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Let Me Read", "version": "1.1", "manifest_version": 2, "description": "Provides a distraction free reading.", "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |