Text to voice
Convert text to voice to Read any page easily.
Text to voiceとは何ですか?
Text to voiceはhttps://quiestmohamed.orgによって開発されたChromeの拡張機能で、その主な機能は「Convert text to voice to Read any page easily.」です。
拡張機能のスクリーンショット
Text to voice拡張機能のCRXファイルをダウンロード
Text to voice拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Read aloud the current web-page article with one click, using text to speech coverter, in many languages.
Text to voice uses text-to-speech (TTS) technology to convert webpage text to audio. It works on a variety of websites, including news sites, blogs, fan fiction, publications, textbooks, school and class websites, and online university course materials.
How to use Text to voice:
Copy text and past it inside "text to voice" extension; or select text. you'll see read button in contextmenus and click there.
It's easy, fast and useful. 拡張機能の基本情報
| 名前 | |
| ID | lemljnlginjkpamjocdkjbaadgipdmpg |
| 公式URL | https://chromewebstore.google.com/detail/text-to-voice/lemljnlginjkpamjocdkjbaadgipdmpg |
| 説明 | Convert text to voice to Read any page easily. |
| ファイルサイズ | 488 KB |
| インストール数 | 61 |
| 現在のバージョン | 1.2.2 |
| 最終更新日 | 2021-10-20 |
| 公開日 | 2021-10-20 |
| 開発者 | https://quiestmohamed.org |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://quiestmohamed.org |
| ヘルプページのURL | https://quiestmohamed.org |
| プライバシーポリシーページのURL | https://maaloma.tech/privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Text to voice",
"version": "1.2.2",
"description": "Convert text to voice to Read any page easily.",
"icons": {
"16": "images\/16.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"browser_action": {
"default_icon": {
"19": "images\/19.png",
"38": "images\/38.png"
},
"default_title": "text to voice converter",
"default_popup": "the-speech.html"
},
"background": {
"scripts": [
"js\/the-background.js"
]
},
"permissions": [
"contextMenus",
"storage"
]
} | |