Read News with TTS

Text to speech for News Sites without distractions.

ما هو Read News with TTS؟

Read News with TTS هو إضافة Chrome تم تطويرها بواسطة Hugo Nobre، والميزة الرئيسية لها هي "Text to speech for News Sites without distractions.".

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

تحميل ملف CRX للإضافة Read News with TTS

قم بتنزيل ملفات الامتداد Read News with TTS بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

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

الاسم Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
عنوان URL الرسمي https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
الوصف Text to speech for News Sites without distractions.
حجم الملف 736 KB
عدد التثبيتات 1,419
النسخة الحالية 1.0.0
آخر تحديث 2022-08-09
تاريخ النشر 2022-04-24
تقييم 5.00/5 مجموع تقييمات 3
المطور Hugo Nobre
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/projectify/read-news-tts
عنوان صفحة المساعدة https://github.com/projectify/read-news-tts
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read News with TTS",
    "description": "Text to speech for News Sites without distractions.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}