Speak Any Text

Select any text you want to read and just listen to it!

Speak Any Textคืออะไร?

Speak Any Text เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Twopeople Software และคุณลักษณะหลักของมันคือ "Select any text you want to read and just listen to it!"

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

screenshot
screenshot

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

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

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

                        Are your eyes tired of reading? 
Select any text you want to read and just listen to it!
Instant Speech will convert the text into human speech, so you’ll no longer have to read.
Instant Speech pronounces selected text using latest Text-to-Speech technologies with language auto-detection. 
The extension can read any text in 56 languages.

How to use:
– Select the text you want to read.
– Click the Instant Speech icon to start listening or right-click the text and choose “Read with Instant Speech”
– To stop the speech at any time click the icon again

This extension uses the Google Text-to-Speech API.
Please rate the extension if you like it.

Supported languages: 
Afrikaans, 
Albanian, 
Amharic, 
Arabic, 
Armenian, 
Bosnian, 
Catalan, 
ChineseSimplified, 
ChineseTraditional, 
Corsican, 
Croatian, 
Czech, 
Danish, 
Dutch, 
English, 
Esperanto, 
Finnish, 
French, 
Frisian, 
German, 
Greek, 
Hawaiian, 
Hindi, 
Hungarian, 
Icelandic, 
Indonesian, 
Italian, 
Japanese, 
Korean, 
KurdishKurmanji, 
Kyrgyz, 
Latin, 
Latvian, 
Luxembourgish, 
Macedonian, 
Norwegian, 
Pashto, 
Polish, 
Portuguese, 
Romanian, 
Russian, 
Samoan, 
ScotsGaelic, 
Serbian, 
Shona, 
Sindhi, 
Slovak, 
Spanish, 
Swahili, 
Swedish, 
Tamil, 
Thai, 
Turkish, 
Vietnamese, 
Welsh, 
Xhosa                    

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

ชื่อ Speak Any Text Speak Any Text
ID ckdcladimoocjeeiopknkdmpppmpeagb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speak-any-text/ckdcladimoocjeeiopknkdmpppmpeagb
คำอธิบาย Select any text you want to read and just listen to it!
ขนาดไฟล์ 32.78 KB
จำนวนการติดตั้ง 9,698
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-05-25
วันที่เผยแพร่ 2017-05-25
คะแนน 3.72/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา Twopeople Software
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twopeoplesoftware.com
URL หน้าช่วยเหลือ https://twopeoplesoftware.com
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Twopeople Software e.U.",
    "background": {
        "page": "html\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icons\/icon19.png",
            "38": "images\/icons\/[email protected]"
        },
        "default_title": "__MSG_AppName__"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "src\/inject.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' *; connect-src *; media-src data: http:\/\/insttranslate.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_Description__",
    "homepage_url": "https:\/\/twopeoplesoftware.com",
    "icons": {
        "128": "images\/icons\/icon128.png",
        "16": "images\/icons\/icon16.png",
        "256": "images\/icons\/[email protected]",
        "32": "images\/icons\/[email protected]",
        "48": "images\/icons\/icon48.png",
        "96": "images\/icons\/[email protected]"
    },
    "manifest_version": 2,
    "name": "__MSG_AppName__",
    "options_page": "html\/options.html",
    "permissions": [
        "*:\/\/*\/*",
        "contextMenus"
    ],
    "version": "1.0.0",
    "web_accessible_resources": []
}