OmniReader - AI-powered Text To Speech

Experience the power of realistic AI voices that can effortlessly read aloud webpages, EPUBs, PDFs.

ما هو OmniReader - AI-powered Text To Speech؟

OmniReader - AI-powered Text To Speech هو إضافة Chrome تم تطويرها بواسطة graxixiao، والميزة الرئيسية لها هي "Experience the power of realistic AI voices that can effortlessly read aloud webpages, EPUBs, PDFs.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة OmniReader - AI-powered Text To Speech

قم بتنزيل ملفات الامتداد OmniReader - AI-powered Text To Speech بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Introducing OmniReader, the ultimate text-to-speech Chrome extension that brings web content to life with natural-sounding voices. With OmniReader, you can seamlessly enjoy the auditory experience of web pages, PDFs, and EPUBs like never before.

Read Before Install
- This extension isn't entirely free and comes with a daily usage limit
- The default voice is in English

**Key Features:**

1. **Auto-Pick Web Content:** Simply click the play button, and OmniReader automatically selects and reads aloud the web content, making it effortless to listen to articles and documents.

2. **Customized Reading:** OmniReader offers multiple ways to customize your reading experience. You can select a specific portion of text to be read, choose a specific web element, or even right-click to initiate instant audio playback.

3. **Upload and Read PDFs and EPUBs:** OmniReader allows you to upload your own PDFs and EPUBs for reading. Enjoy your favorite books, reports, and documents as audio content.

4. **Settings Section:** Tailor your experience with handy settings. Configure shortcuts for quick access and fine-tune your reading experience with skip-reading settings to skip over unwanted sections.

5. **Bilingual Reading Experience:** With a simple click, experience web articles in multiple languages as OmniReader automatically translates paragraphs. Enjoy the convenience of reading both the original text and its translation while listening to synchronized bilingual voices.                    

معلومات أساسية عن التمديد

الاسم OmniReader - AI-powered Text To Speech OmniReader - AI-powered Text To Speech
ID hghepaogndoaijlgelomneagnjlhaled
عنوان URL الرسمي https://chromewebstore.google.com/detail/omnireader-ai-powered-tex/hghepaogndoaijlgelomneagnjlhaled
الوصف Experience the power of realistic AI voices that can effortlessly read aloud webpages, EPUBs, PDFs.
حجم الملف 439 KB
عدد التثبيتات 1,170
النسخة الحالية 0.8.2
آخر تحديث 2024-02-27
تاريخ النشر 2023-05-23
تقييم 4.42/5 مجموع تقييمات 24
المطور graxixiao
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://app.omnireader.site/
عنوان صفحة سياسة الخصوصية https://app.omnireader.site/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "OmniReader - AI-powered Text To Speech",
    "description": "Experience the power of realistic AI voices that can effortlessly read aloud webpages, EPUBs, PDFs.",
    "version": "0.8.2",
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/app.omnireader.site\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/twitter.com\/*",
                "*:\/\/www.youtube.com\/*",
                "*:\/\/www.instagram.com\/*",
                "*:\/\/discord.com\/*",
                "*:\/\/www.royalroad.com\/*",
                "*:\/\/web.whatsapp.com\/*",
                "*:\/\/read.amazon.com\/*"
            ],
            "exclude_globs": [
                "*:\/\/*novel*\/*",
                "*:\/\/*fiction*\/*"
            ],
            "js": [
                "content-script.js"
            ]
        },
        {
            "matches": [
                "*:\/\/docs.google.com\/document\/*"
            ],
            "run_at": "document_start",
            "js": [
                "gdocs.js"
            ],
            "world": "MAIN"
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "placeholder.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}