Speak It
Speak It app converts text into speech. Select text > Speak it
Speak Itとは何ですか?
Speak ItはOnline Appsによって開発されたChromeの拡張機能で、その主な機能は「Speak It app converts text into speech. Select text > Speak it」です。
拡張機能のスクリーンショット
Speak It拡張機能のCRXファイルをダウンロード
Speak It拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages. How to use: 1) select words or paragraphs 2) right click on this text 3) click Speak It to confirm in the context menu Features: Languages - English, German, Spanish, French, Portuguese, Russian Rate Pitch Volume
拡張機能の基本情報
名前 | Speak It |
ID | amcnjejmdfilapnnfgnhnidhkififadk |
公式URL | https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk |
説明 | Speak It app converts text into speech. Select text > Speak it |
ファイルサイズ | 162 KB |
インストール数 | 72,668 |
現在のバージョン | 1.1.3 |
最終更新日 | 2022-12-19 |
公開日 | 2020-06-02 |
評価 | 2.53/5 合計 72 レビュー |
開発者 | Online Apps |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.e-players.net/privacy.html |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Speak It", "description": "Speak It app converts text into speech. Select text > Speak it", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts", "storage" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |