Speak it out!

Get voice output of selected text in a web page.

Speak it out!とは何ですか?

Speak it out!はGilbish Kosmaによって開発されたChromeの拡張機能で、その主な機能は「Get voice output of selected text in a web page.」です。

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

screenshot

Speak it out!拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A chrome extension to play voice of selected text from the current tab.                    

拡張機能の基本情報

名前 Speak it out! Speak it out!
ID incioejkedmnflnacbbncfbjeiedoepo
公式URL https://chromewebstore.google.com/detail/speak-it-out/incioejkedmnflnacbbncfbjeiedoepo
説明 Get voice output of selected text in a web page.
ファイルサイズ 5.59 KB
インストール数 34
現在のバージョン 0.0.3
最終更新日 2021-10-10
公開日 2021-10-10
開発者 Gilbish Kosma
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Speak it out!",
    "description": "Get voice output of selected text in a web page.",
    "version": "0.0.3",
    "author": "Satyam Lachhwani ",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": "sound.png"
    },
    "icons": {
        "32": "sound.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}