Text speaker

Pronounce selected text

Text speakerとは何ですか?

Text speakerはAliaksei Kirpichenkaによって開発されたChromeの拡張機能で、その主な機能は「Pronounce selected text」です。

拡張機能のスクリーンショット

screenshot

Text speaker拡張機能のCRXファイルをダウンロード

Text speaker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email).
You would need to:
- select text you want to pronounce
- put your mouth in this area
- right click
- Pronounce
If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech

Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume.                    

拡張機能の基本情報

名前 Text speaker Text speaker
ID gcddknjhchnhegfnekbokipolcncpemi
公式URL https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi
説明 Pronounce selected text
ファイルサイズ 50.08 KB
インストール数 267
現在のバージョン 1.0
最終更新日 2022-05-04
公開日 2022-05-03
開発者 Aliaksei Kirpichenka
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Text speaker",
    "description": "Pronounce selected text",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/icons\/16.png",
        "48": "\/icons\/48.png",
        "128": "\/icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tts",
        "storage",
        "contextMenus"
    ]
}