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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
}