Reader View
Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability
Reader View란 무엇입니까?
Reader View은(는) https://readerview.freeonlineapps.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability"입니다.
확장 프로그램 스크린샷
Reader View 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Reader View extension removes clutter from web pages to enhance their readability. The extension uses Mozilla's Readability library as the engine to provide similar experience from what you get if you are on the Firefox browser. After installation, a button is added to your Chrome toolbar area or Opera's address bar. Pressing this button once opens the current page in the "Reader View" mode. You will notice the button's color will be changed to orange while you are in the reader view mode. Clicking on this orange button or pressing the back button of your browser closes the "Reader View" mode and restores the normal rendering mode. Since the extension uses history API, the page scroll position and the entire session is restored when "Reader View" mode is terminated. ★ Main Features of Reader View ✔ Open website directly in reader view ✔ Open website's links directly in the reader view ✔ Access the reader view button from a page action button ✔ Fullscreen reading ✔ Advertisement removing ✔ Save in HTML format ✔ Text to Speech (TTS) ✔ Move to the next and previous pages ✔ Keyboard shortcuts for almost all actions Try our software now. Its 100% free to use, and you can access the test results onto your hard drive or Google Drive.
확장 프로그램 기본 정보
이름 | Reader View |
ID | fachffmaagpajehggpkaigkacdjhkkdn |
공식 URL | https://chromewebstore.google.com/detail/reader-view/fachffmaagpajehggpkaigkacdjhkkdn |
설명 | Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability |
파일 크기 | 350 KB |
설치 횟수 | 10,021 |
현재 버전 | 3.0.0 |
최근 업데이트 | 2023-10-31 |
출시 날짜 | 2020-05-13 |
평점 | 4.66/5 총 99 개의 평점 |
개발자 | https://readerview.freeonlineapps.net |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://readerview.freeonlineapps.net/ |
도움말 페이지 URL | https://readerview.freeonlineapps.net/contact |
개인정보 보호 정책 페이지 URL | https://www.freebusinessapps.net/privacy |
지원되는 언어 | id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "service_worker": "\/background\/mv-3.js" }, "action": { "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "default_title": "__MSG_app_name__" }, "commands": { "toggle-reader-view": { "description": "__MSG_app_command__" } }, "container": [ "GOOGLE_DRIVE" ], "default_locale": "en", "description": "__MSG_app_description__", "homepage_url": "https:\/\/readerview.freeonlineapps.net\/", "icons": { "128": "data\/icons\/128.png", "16": "data\/icons\/16.png", "256": "data\/icons\/256.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" }, "incognito": "split", "manifest_version": 3, "name": "__MSG_app_name__", "offline_enabled": true, "permissions": [ "storage", "activeTab", "contextMenus", "declarativeContent", "notifications", "scripting", "storage" ], "host_permissions": [ "*:\/\/favicon\/" ], "version": "3.0.0" } |