LegeReader - Immersion Reading Tools

the perfection of reading experience,simple readermode,word hightlight,text to speech

LegeReader - Immersion Reading Toolsคืออะไร?

LegeReader - Immersion Reading Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย legereader และคุณลักษณะหลักของมันคือ "the perfection of reading experience,simple readermode,word hightlight,text to speech"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LegeReader - Immersion Reading Tools

ดาวน์โหลดไฟล์ส่วนขยาย LegeReader - Immersion Reading Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Immersion Reading Tools

While focusing on the perfection of reading experience, LegeReader provides a set of effective learning tools for foreign language learners and readers to help enhance word memory and improve reading comprehension.

Simple Reader + New Words + Later Reading

It is only the basic function of LegeReaderto simplify and create a pure reading experience. We hope to give it more possibilities and show the collected new words to each reading article, which can help strengthen the ability of word memory and effectively improve the speed of reading comprehension.

Immersive Reading
Optimizing the interface of messy articles with simple and refreshing reading mode. Focusing on the article itself to restore the purest reading experience.

Diversified Themes
Support dark and light theme style, font size, paragraph width, hidden pictures, article outline and other settings to meet user-defined needs.

Text-to-Speech
Support fast paragraph switching with one click to open the article pronunciation. Highlight the pronunciation paragraph and scroll the interface automatically at the same time.

Word Translate
Integrated with the function of Youdao Dictionary, it supports selected word translation, sentence and paragraph translation, translation contrast between Chinese and English, which can effectively improve the reading experience of foreign languages.

Wikipedia
Special words encountered when reading articles in the professional field can be found in Wikipedia with one click, and the plug-in of selected words will continue to be expanded and improved.

Multi-Language
Reading mode supports multi-language switching, from Chinese to English, Korean and Japanese, to help foreign language learners improve reading comprehension.

Words Highlight
The original reading association engine highlights new words when reading different articles to enhance word memory and reading experience after these new words are synchronized, saved and collected

Reading Later
LegeReader 2.0 will focus on the later reading experience, support multi-terminal synchronization, and fully meet the needs of readers' collection, reading and annotation.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ LegeReader - Immersion Reading Tools LegeReader - Immersion Reading Tools
ID jnnpkknkdfkljcncabekhhaccapdombp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/legereader-immersion-read/jnnpkknkdfkljcncabekhhaccapdombp
คำอธิบาย the perfection of reading experience,simple readermode,word hightlight,text to speech
ขนาดไฟล์ 1.35 MB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2021-07-13
วันที่เผยแพร่ 2021-02-09
คะแนน 4.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา legereader
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.legereader.com/
URL หน้านโยบายความเป็นส่วนตัว https://www.legereader.com/privacy
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "name": "__MSG_PKG_NAME__",
    "manifest_version": 2,
    "description": "__MSG_PKG_DESC__",
    "default_locale": "en",
    "browser_action": {
        "default_title": "legereader"
    },
    "commands": {
        "open-reader": {
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "Open Reader Mode"
        },
        "toggle-theme-setting": {
            "suggested_key": {
                "default": "Ctrl+Shift+P",
                "mac": "Command+Shift+P"
            },
            "description": "Toggle Theme Setting"
        },
        "toggle-voice-control": {
            "suggested_key": {
                "default": "Ctrl+Shift+A",
                "mac": "Command+Shift+A"
            },
            "description": "Toggle Voice Control"
        }
    },
    "icons": {
        "16": "icons\/on16.png",
        "48": "icons\/on48.png",
        "128": "icons\/on128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "static\/*",
        "assets\/*",
        "content.html"
    ],
    "permissions": [
        "tts",
        "contextMenus",
        "storage",
        ""
    ],
    "options_page": "options.html",
    "content_security_policy": "default-src 'self'; media-src *; https:\/\/api.legereader.com https:\/\/legereader.com https:\/\/fonts.gstatic.com; script-src 'self' https:\/\/www.google-analytics.com https:\/\/legereader.com; connect-src *; style-src * 'unsafe-inline' 'self' blob:; font-src *; img-src * data:;"
}