Selected text to speech

With this extension, you can speech to the selected text.

Selected text to speechとは何ですか?

Selected text to speechはhttps://funfuni.comによって開発されたChromeの拡張機能で、その主な機能は「With this extension, you can speech to the selected text.」です。

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

screenshot

Selected text to speech拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

拡張機能の基本情報

名前 Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
公式URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
説明 With this extension, you can speech to the selected text.
ファイルサイズ 15.43 KB
インストール数 52
現在のバージョン 1.0
最終更新日 2022-01-27
公開日 2022-01-27
評価 5.00/5 合計 4 レビュー
開発者 https://funfuni.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.funfuni.com/
ヘルプページのURL https://funfuni.com/contact-us/
プライバシーポリシーページのURL https://www.funfuni.com/privacy-policy
対応言語 en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}