Read Text

This extension allows your browser to read out loud the text on any page!

Read Textคืออะไร?

Read Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NiMaker LLC และคุณลักษณะหลักของมันคือ "This extension allows your browser to read out loud the text on any page!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Read Text

ดาวน์โหลดไฟล์ส่วนขยาย Read Text ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Let your browser read text out loud for you. You can type anything you want in the extension user interface and press play. If you are already on a web page and you want the extension to read out some text, simply select the text by highlighting it, right click, and then select the item "Read Text".

This app is extremely easy to use. It also allows you to customize the text being read to your desired speed, pitch and volume. Not only that, you can even change the language of the text being read. You can change the language to Italian while the text is in English, then the browser will read it with an Italian accent. So many fun and productive things can be done with this app. Don't forget to right click on the extension and change the options to your customized setting.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Read Text Read Text
ID aabpoohnjgceeadkjmiebagdcjekbpbn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/read-text/aabpoohnjgceeadkjmiebagdcjekbpbn
คำอธิบาย This extension allows your browser to read out loud the text on any page!
ขนาดไฟล์ 76.34 KB
จำนวนการติดตั้ง 53
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2018-06-10
วันที่เผยแพร่ 2018-06-10
ผู้พัฒนา NiMaker LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://www.nimaeskandari.com/ChromeExtentionPrivacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Read Text",
    "version": "1.0",
    "description": "This extension allows your browser to read out loud the text on any page!",
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "background": {
        "scripts": [
            "contextMenuPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tts",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "browser_action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html",
        "default_title": "Click Type and Lister!"
    },
    "options_page": "options.html"
}