SpeakIt! - Text to speech for Chrome

Tired of reading? Select text you want to read and listen to it. SpeakIt converts text into speech so you no longer need to read.

SpeakIt! - Text to speech for Chromeคืออะไร?

SpeakIt! - Text to speech for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RiddR LLC และคุณลักษณะหลักของมันคือ "Tired of reading? Select text you want to read and listen to it. SpeakIt converts text into speech so you no longer need to read."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SpeakIt! - Text to speech for Chrome

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

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

                        SpeakIt! is free text to speech extension that reads selected text using TTS technology with language auto-detection. It can read text in more than 50 languages.

Usage:
- First select the text you want it to read.
- Then click the icon to start listening.
- When it is ready to read, the number of sentences is shown on the icon.
- To stop listening at any time click pause

NOTE:

- After installation you may need to restart Chrome so SpeakIt can function correctly 

- This extension uses Google text-to-speech service. Please visit http://goo.gl/OOVgp to see if it is accessible to you. 

ChangeLog:
New in v 0.2.98:
   - Small bug fixes
   - Fixed update bug
New in v 0.2.4:
      - Switched to Chrome lang detect API due to Google translate API has been deprecated (SpeakIt now detect input language by language of whole page not only selected text :( :( ) 
      - Improved how SpeakIt! splits sentences, now it stops on right places and pronunciation is much better.
      - Added internationalization support. SpeakIt! is now localized on 12 languages.
      - Fixed some small bugs
 New in v 0.2.3:
      - Implemented new Chrome TTS API
      - Added offline (native) TTS support
      - Added feature to add and configure new TTS engines/voices
      - Fixed some bugs
  New in v 0.2.2:
      - Added keyboard shortcut support
      - Added context menu support
      - Added new features in options page
      - Fixed some bugs
  New in v 0.2.1:
      - Added Speech Input feature ( Speech to Text ) enable from options
      - Changed User Graphical Interface, SpeakIt now use Zen audio player which i hope you will like it ;) 
      - Fixed lot of bugs that caused previous version of SpeakIt to end in middle of reading
      - Added Options feature
      - Added donations button ( can be hidden from options menu )

Any comments, suggestions and critics are welcomed you can contact me on twitter @SkechBoy

If you like the extension please rate it.                    

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

ชื่อ SpeakIt! - Text to speech for Chrome SpeakIt! - Text to speech for Chrome
ID aljmkoflmjkklddjideacgmofobfkhkd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speakit-text-to-speech-fo/aljmkoflmjkklddjideacgmofobfkhkd
คำอธิบาย Tired of reading? Select text you want to read and listen to it. SpeakIt converts text into speech so you no longer need to read.
ขนาดไฟล์ 157 KB
จำนวนการติดตั้ง 90,255
เวอร์ชันปัจจุบัน 0.4
อัปเดตครั้งล่าสุด 2020-04-11
วันที่เผยแพร่ 2020-04-11
คะแนน 3.80/5 รวมทั้งหมด 93 คะแนน
ผู้พัฒนา RiddR LLC
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://skechboy.com
URL หน้านโยบายความเป็นส่วนตัว https://riddr.com/legal/privacy-policy
ภาษาที่รองรับ de,en,en-GB,en-US,fr,da,es,it,pl,pt-BR,pt-PT,ro,sv,el,sr,bg,ru,uk,hi,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SpeakIt! - Text to speech for Chrome",
    "version": "0.4",
    "manifest_version": 2,
    "default_locale": "en",
    "minimum_chrome_version": "14",
    "description": "__MSG_desc__",
    "options_page": "options.html",
    "icons": {
        "128": "images\/icon.png",
        "16": "small_icon.png"
    },
    "background": {
        "page": "speakit.html"
    },
    "browser_action": {
        "default_icon": "small_icon.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_title__"
    },
    "permissions": [
        "contextMenus",
        "ttsEngine",
        "tts",
        "activeTab",
        "https:\/\/translate.google.com\/",
        "https:\/\/skechboy.com\/"
    ],
    "tts_engine": {
        "voices": [
            {
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ],
                "voice_name": "SpeakIt!"
            }
        ]
    }
}