Reader View

Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability

Reader View là gì?

Reader View là một tiện ích mở rộng Chrome được phát triển bởi https://readerview.freeonlineapps.net, và tính năng chính của nó là "Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Reader View

Tải xuống các tệp mở rộng Reader View dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Reader View Reader View
ID fachffmaagpajehggpkaigkacdjhkkdn
URL Chính Thức https://chromewebstore.google.com/detail/reader-view/fachffmaagpajehggpkaigkacdjhkkdn
Mô tả Strips away clutter like buttons, background images, and changes the page's text size, contrast and layout for better readability
Kích Thước Tệp 350 KB
Số Lần Cài Đặt 10,021
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2023-10-31
Ngày Phát Hành 2020-05-13
Đánh Giá 4.66/5 Tổng số 99 Đánh Giá
Nhà Phát Triển https://readerview.freeonlineapps.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://readerview.freeonlineapps.net/
URL Trang Trợ Giúp https://readerview.freeonlineapps.net/contact
URL Trang Chính Sách Bảo Mật https://www.freebusinessapps.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}