Speak Text
Speak Text converts selected text to speech. Select - Speak - Listen.
Speak Textとは何ですか?
Speak TextはHappy Appsによって開発されたChromeの拡張機能で、その主な機能は「Speak Text converts selected text to speech. Select - Speak - Listen.」です。
拡張機能のスクリーンショット
Speak Text拡張機能のCRXファイルをダウンロード
Speak Text拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Speak Text is converter text to speech. Select and speak it for one click. You will only listening. No more reading.
Support:
- Select text that will listen and right click to the text.
- Click to SPEAK TEXT for start reading in context menu.
- This is an English version (Canada, USA, Great Britain, Ireland, Australia, New Zealand). 拡張機能の基本情報
| 名前 | |
| ID | dchmahpmnpogmfofejmdndonfljkjhdm |
| 公式URL | https://chromewebstore.google.com/detail/speak-text/dchmahpmnpogmfofejmdndonfljkjhdm |
| 説明 | Speak Text converts selected text to speech. Select - Speak - Listen. |
| ファイルサイズ | 4.95 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 1.4.0 |
| 最終更新日 | 2023-11-09 |
| 公開日 | 2018-01-17 |
| 評価 | 2.91/5 合計 53 レビュー |
| 開発者 | Happy 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",
"version": "1.4.0",
"name": "Speak Text",
"description": "Speak Text converts selected text to speech. Select - Speak - Listen.",
"background": {
"service_worker": "background.js"
},
"manifest_version": 3,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"permissions": [
"contextMenus",
"tts"
],
"icons": {
"16": "img\/ico_16.png",
"48": "img\/ico_48.png"
}
} | |