SpeakIt

Speak the selected text

SpeakItとは何ですか?

SpeakItはodlyzko953によって開発されたChromeの拡張機能で、その主な機能は「Speak the selected text」です。

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

screenshot

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

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

拡張機能の使用方法

                        Made with Love For You, SpeakIt is an easy-to-use, Instant Text to Speech Converter tool. 

How To Use? 
Install-Select-SpeakIt
(Just Install the extension on Chrome, Select the text you want to speak and click on "SpeakIt" icon)

The extension is changing the new tab                    

拡張機能の基本情報

名前 SpeakIt SpeakIt
ID ogcmdndkjibojdigkjpccjiekcdfdhlb
公式URL https://chrome.google.com/webstore/detail/speakit/ogcmdndkjibojdigkjpccjiekcdfdhlb
説明 Speak the selected text
ファイルサイズ 14.9 KB
インストール数 15,293
現在のバージョン 1.6
最終更新日 2019-12-11
公開日 2019-12-11
評価 2.83/5 合計 54 レビュー
開発者 odlyzko953
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://sites.google.com/view/odlyzko953/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "eventPage.js"
        ]
    },
    "description": "Speak the selected text",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "manifest_version": 2,
    "name": "SpeakIt",
    "permissions": [
        "tts",
        "contextMenus"
    ],
    "version": "1.6",
    "chrome_url_overrides": {
        "newtab": "nt.html"
    }
}