NaturalReader - AI Text to Speech

Read aloud any text with realistic AI voices, compatible with webpages, kindle Ebooks, Google Docs, PDF, Emails, and more.

NaturalReader - AI Text to Speech là gì?

NaturalReader - AI Text to Speech là một tiện ích mở rộng Chrome được phát triển bởi https://www.naturalreaders.com, và tính năng chính của nó là "Read aloud any text with realistic AI voices, compatible with webpages, kindle Ebooks, Google Docs, PDF, Emails, and more.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NaturalReader - AI Text to Speech

Tải xuống các tệp mở rộng NaturalReader - AI Text to Speech 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

                        NaturalReader - Text To Speech, is a chrome extension that converts text online into natural sounding audio. Simply press play and have your Emails, Websites, PDFs, Google Docs and Kindle Books read aloud to you! By using our voice reader, our users enjoy the benefits of saving time, by listening at speeds faster than they can read, and being more productive, as they can listen in times they cannot read such as commuting to work or school, walking the dog, or while making dinner! With an extensive free version, and two paid premium plans there is a price range for every budget. 


 updates:
-  Added 6 LLM multi-lingual voices.


Main Features:

-- AI Powered Smart Reader: Using powerful AI technology we have trained our voice reader to not read aloud interrupting, and unwanted text. Page headers and footers, citations, image captions and urls can all be automatically skipped creating a natural listening experience. 

-- Customizable Listening Experience: Choose your optimal listening experience by selecting your favorite voice and the listening speed that's best for you. For extra focus, try our immersive reading function which eliminates any distractions found on the page.

-- Voices + Languages: 150+ Voices across 20+ Languages with free, premium and plus voice tiers. Paid users can enjoy unlimited use of our top of the line, natural sounding voices. 

-- NaturalReader Online + App Account: Have access under the same NaturalReader account to our free online text to speech reader, and our free mobile application.

-- Advanced Compatibility: Advanced compatibility with any website, Gmail, Outlook, Google Docs, PDFs and Kindle Books.

-- Continue listening: Seamlessly save your listening to your mobile phone, so you can continue listening on the go, with the NaturalReader App.
  
-- Download to MP3: Download your file into MP3 audio so you can listen without wifi connection or cellular service. 

-- User Friendly Features: One click to start reading, highlight word functionality, Immersive reader for greater focus, light and dark mode compatibility.

Free version limitations: You can listen with the Free Voices unlimitedly, Premium Voices for 20 minutes per day, and Plus Voices for 5 minutes per day.                    

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

Tên NaturalReader - AI Text to Speech NaturalReader - AI Text to Speech
ID kohfgcgbkjodfcfkcackpagifgbcmimk
URL Chính Thức https://chromewebstore.google.com/detail/naturalreader-ai-text-to/kohfgcgbkjodfcfkcackpagifgbcmimk
Mô tả Read aloud any text with realistic AI voices, compatible with webpages, kindle Ebooks, Google Docs, PDF, Emails, and more.
Kích Thước Tệp 1.31 MB
Số Lần Cài Đặt 1,000,000
Phiên Bản Hiện Tại 7.0.6
Cập Nhật Lần Cuối 2024-01-06
Ngày Phát Hành 2020-06-16
Đánh Giá 4.19/5 Tổng số 1381 Đánh Giá
Nhà Phát Triển https://www.naturalreaders.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://help.naturalreaders.com/en/collections/785014-naturalreader-online-chrome-extension
URL Trang Trợ Giúp https://help.naturalreaders.com/en/collections/785014-naturalreader-online-chrome-extension
URL Trang Chính Sách Bảo Mật https://www.naturalreaders.com/media/privacy2.pdf
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NaturalReader - AI Text to Speech",
    "version": "7.0.6",
    "description": "Read aloud any text with realistic AI voices, compatible with webpages, kindle Ebooks, Google Docs, PDF, Emails, and more.",
    "homepage_url": "https:\/\/www.naturalreaders.com\/online\/",
    "action": [],
    "commands": {
        "activate": {
            "suggested_key": {
                "default": "Alt+R"
            },
            "description": "Activate to Start"
        },
        "play": {
            "description": "Pause\/Resume"
        },
        "forward": {
            "description": "Next"
        },
        "rewind": {
            "description": "Previous"
        },
        "speaker": {
            "suggested_key": {
                "default": "Alt+S"
            },
            "description": "Speaker"
        },
        "toggleShowReadIcon": {
            "description": "Toggle Show Read Selection Icon"
        },
        "goToTabBeingRead": {
            "description": "Go to Tab Being Read"
        },
        "readSelection": {
            "description": "Highlight to Read"
        },
        "stop": {
            "description": "Stop"
        }
    },
    "background": {
        "service_worker": "main.js"
    },
    "permissions": [
        "scripting",
        "activeTab",
        "contextMenus",
        "storage",
        "tts",
        "ttsEngine",
        "webNavigation",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "injected\/nr-ext-dom\/nr-ext-dom.css"
            ]
        },
        {
            "matches": [
                "*:\/\/*.naturalreaders.com\/login-service\/*"
            ],
            "js": [
                "injected\/nr-ext-auth.js"
            ],
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    },
    "icons": {
        "32": "assets\/img\/32N.png",
        "48": "assets\/img\/48N.png",
        "128": "assets\/img\/128N.png"
    },
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "injected\/*",
                "download\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.naturalreaders.com\/*"
        ]
    }
}