Clearly Reader - Your reader mode solution
A browser extension with reader mode for optimal experience. Features copy, translate, speech, and PDF and Markdown export.
Clearly Reader - Your reader mode solution là gì?
Clearly Reader - Your reader mode solution là một tiện ích mở rộng Chrome được phát triển bởi https://clearlyreader.com, và tính năng chính của nó là "A browser extension with reader mode for optimal experience. Features copy, translate, speech, and PDF and Markdown export.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clearly Reader - Your reader mode solution
Tải xuống các tệp mở rộng Clearly Reader - Your reader mode solution 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
An excellent reader mode for the webpage! ☞ Shortcut Key:Every day we spend hours reading articles and visiting websites. Reading is essential, and it needs to be simple. Therefore we create Clearly Reader. You can now focus on your favorite items without ads, floats, or any other irrelevant things bothering you anymore. Just one click, enjoy your reading. To improve your reading experience, we provide the best read mode for reading: 🟉 Read Mode: A simple, clean, and full-screen mode for easy reading. 🟉 Stylish Themes: Colorful themes with customizable font size, line height, and color options, as well as support for system fonts and custom CSS. 🟉 Audible Text: Convert any article to speech using our text-to-speech engine with Microsoft AI TTS voices. 🟉 Syntax Support: Code highlighting, LaTeX math format, and video display. 🟉 Export Options: Convert web pages to Word documents, print or export to PDF or custom PDF files, convert web pages to markdown, and export web pages to MP3 audio files. 🟉 Copy Formats: Copy as Rich Text, Markdown, or HTML. 🟉 Content Extractor: Extract word count, estimated reading time, language detection, links, and outlines to help you find what you need. 🟉 Quick Pop Menu: Text translation, wiki lookup, DuckDuckGo search, and copying text from any website without copy restrictions. 🟉 Auto-Open: Add to whitelist to automatically open in reader mode. 🟉 Book Layout: Change to a book layout for a more book-like reading experience. Additionally, we offer a range of CLIP features, including: ☆ Sync Config: Use your config across devices. ☆ Read It Later: Sync your bookmarks online. ☆ Highlight Annotations: Save your key points as marks. ☆ Clip Article: Save article snapshots to the cloud and never lose them. ☆ RSS: Read in your favorite RSS Reader. ☆ Podcasts: Listen in your Podcast App. ☆ AI Helper: Summarize the article and read it better and faster. We hope these features meet your needs and provide you with an enjoyable reading experience. Please give feedback and rate; we'd be delighted if you could ask for more. Visit our website to learn more: https://clearlyreader.com
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clearly Reader - Your reader mode solution |
ID | odfonlkabodgbolnmmkdijkaeggofoop |
URL Chính Thức | https://chromewebstore.google.com/detail/clearly-reader-your-reade/odfonlkabodgbolnmmkdijkaeggofoop |
Mô tả | A browser extension with reader mode for optimal experience. Features copy, translate, speech, and PDF and Markdown export. |
Kích Thước Tệp | 7.04 MB |
Số Lần Cài Đặt | 105,819 |
Phiên Bản Hiện Tại | 3.0.4 |
Cập Nhật Lần Cuối | 2024-01-02 |
Ngày Phát Hành | 2021-03-08 |
Đánh Giá | 4.66/5 Tổng số 1099 Đánh Giá |
Nhà Phát Triển | https://clearlyreader.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://clearlyreader.com |
URL Trang Chính Sách Bảo Mật | https://clearlyreader.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en,es,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_pkgName__", "version": "3.0.4", "description": "__MSG_pkgDescription__", "default_locale": "en", "commands": { "_execute_action": { "suggested_key": { "mac": "Alt+R", "windows": "Alt+R", "chromeos": "Alt+R", "linux": "Alt+R" } } }, "action": { "default_title": "Active Clearly (Alt\/Option+R)", "default_icon": { "16": "assets\/icons\/disable\/ic_16.png", "32": "assets\/icons\/disable\/ic_32.png", "48": "assets\/icons\/disable\/ic_48.png", "128": "assets\/icons\/disable\/ic_128.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "icons": { "16": "assets\/icons\/readable\/ic_16.png", "32": "assets\/icons\/readable\/ic_32.png", "48": "assets\/icons\/readable\/ic_48.png", "128": "assets\/icons\/readable\/ic_128.png" }, "content_security_policy": { "extension_pages": "script-src 'self' http:\/\/localhost:5200 http:\/\/localhost:4000; object-src 'self'; connect-src *; style-src * 'unsafe-inline' 'self' blob:; font-src *; img-src * data: blob:; frame-src *; media-src *; child-src *; manifest-src *; frame-ancestors *;" }, "content_scripts": [ { "all_frames": false, "js": [ "content-script\/import-index.js" ], "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/app.clearlyreader.com\/*", "*:\/\/localhost:*\/*" ], "run_at": "document_idle" } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "contextMenus", "storage", "activeTab", "tts", "fontSettings" ], "offline_enabled": true, "web_accessible_resources": [ { "resources": [ "assets\/*.*", "assets\/**\/*.*", "pages\/**\/*.*", "content-script\/index.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "chunks\/*-*.js", "content-script\/index.js" ], "matches": [ "*:\/\/*\/*" ] } ] } |