Talking Web

Select the text and let Talking Web read it for you.

Talking Webคืออะไร?

Talking Web เป็นส่วนขยายของ Chrome ที่พัฒนาโดย speechlabs และคุณลักษณะหลักของมันคือ "Select the text and let Talking Web read it for you."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Talking web is a simple plugin that can read out web pages to you with TTS technology.  

When you are eye busy or eye tire but still want to get information on the web, talking web can help you.  

With Microsoft text to speech (TTS) API, talking Web can read web pages for you, so that you can do other things while listening.

You can also learn to speak word or sentence in foreign languages with talking web.  

Talking web can smartly detect the web pages it knows such http://www.bing.com/news to read out the content in a structure way with text to speech engines. 

Talking web supports multiple languages so you can switch the language you like to listen via the setting panel.  

Usage:

1. Select the text you want Talking Web to read, a read icon will appear.
2. Right-click the selected text or click the icon, Talking Web will read the selected text for you.

1.0.7.11 Uapdate:

1. Add read www.bing.com/news feature. Open bing news, you will see a read icon. Click the icon, Talking web will read news for you.
2. Add save wav feature, right-click the selected text, you can save the wav file for it.                    

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

ชื่อ Talking Web Talking Web
ID hdeikpphnbclpacdjdjjkpmbcacopnog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/talking-web/hdeikpphnbclpacdjdjjkpmbcacopnog
คำอธิบาย Select the text and let Talking Web read it for you.
ขนาดไฟล์ 89.07 KB
จำนวนการติดตั้ง 12,830
เวอร์ชันปัจจุบัน 1.0.7.23
อัปเดตครั้งล่าสุด 2019-03-08
วันที่เผยแพร่ 2019-03-08
คะแนน 3.79/5 รวมทั้งหมด 257 คะแนน
ผู้พัฒนา speechlabs
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,en-GB,en-US,fr,es,it,pt-BR,ru,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "version": "1.0.7.23",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon144.png"
    },
    "browser_action": {
        "default_icon": "images\/icon48.png",
        "default_title": "Talking Web",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "*:\/\/*.projectoxford.ai\/*",
        "*:\/\/xiaonacloudchat.cloudapp.net\/Synthesize\/SynthesizeVoice\/*",
        "*:\/\/speech.platform.bing.com\/*",
        "*:\/\/oxford-speech.cloudapp.net\/token\/issueToken",
        "*:\/\/dc.services.visualstudio.com\/*",
        "contextMenus",
        "downloads"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/select.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.bing.com\/*"
            ],
            "include_globs": [
                "*.bing.com\/news*"
            ],
            "css": [
                "css\/content_js.css"
            ],
            "js": [
                "js\/lib\/jquery-2.1.4.min.js",
                "js\/bingnews.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/icon48.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "minimum_chrome_version": "35.0"
}