Page Reader

A completely free extension to read highlighted text via Text To Speech.

ما هو Page Reader؟

Page Reader هو إضافة Chrome تم تطويرها بواسطة Online Media Group، والميزة الرئيسية لها هي "A completely free extension to read highlighted text via Text To Speech.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Page Reader

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

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

                        This is a very easy to use Text To Speech extension. Simply highlight any section of text on your page, then click the extension icon on your Chrome toolbar and it will be read back to you. The extension is entirely free, and always will be.

Any and all feedback/suggestions are welcome, as I plan on continuing to update it as needed.                    

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

الاسم Page Reader Page Reader
ID afokdhhgekbckelmkfegdggbeohdbnge
عنوان URL الرسمي https://chromewebstore.google.com/detail/page-reader/afokdhhgekbckelmkfegdggbeohdbnge
الوصف A completely free extension to read highlighted text via Text To Speech.
حجم الملف 81.05 KB
عدد التثبيتات 11,903
النسخة الحالية 1.0
آخر تحديث 2020-03-04
تاريخ النشر 2020-03-03
تقييم 2.37/5 مجموع تقييمات 30
المطور Online Media Group
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Page Reader",
    "version": "1.0",
    "description": "A completely free extension to read highlighted text via Text To Speech.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "activeTab",
        "alarms",
        "storage"
    ],
    "options_page": "options.html",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 2
}