text reader: Convert text to voice easily
Convert text to voice and Read any page out loud easily, with different languages.
text reader: Convert text to voice easilyとは何ですか?
text reader: Convert text to voice easilyはhttps://seo-arabic.comによって開発されたChromeの拡張機能で、その主な機能は「Convert text to voice and Read any page out loud easily, with different languages.」です。
拡張機能のスクリーンショット
text reader: Convert text to voice easily拡張機能のCRXファイルをダウンロード
text reader: Convert text to voice easily拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
text-to-speech, many languages It's normal to be tired when you reading long articles. but this tool is created to make you enjoy your reading. by converting text to speech in one second. This tool will help you too much to read your articles easily in many languages, directly from within the page with no need to leave it.
拡張機能の基本情報
名前 | text reader: Convert text to voice easily |
ID | cjabnnkddmpafmfoeonnkmlhjiceniii |
公式URL | https://chromewebstore.google.com/detail/text-reader-convert-text/cjabnnkddmpafmfoeonnkmlhjiceniii |
説明 | Convert text to voice and Read any page out loud easily, with different languages. |
ファイルサイズ | 965 KB |
インストール数 | 23 |
現在のバージョン | 1.1.0 |
最終更新日 | 2021-10-12 |
公開日 | 2021-10-12 |
開発者 | https://seo-arabic.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://seo-arabic.com/ |
ヘルプページのURL | https://seo-arabic.com/ |
プライバシーポリシーページのURL | https://maaloma.tech/privacy-policy |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "text reader: Convert text to voice easily", "version": "1.1.0", "description": "Convert text to voice and Read any page out loud easily, with different languages.", "icons": { "16": "images\/icon160.png", "48": "images\/icon480.png", "128": "images\/icon1280.png" }, "browser_action": { "default_icon": { "19": "images\/icon190.png", "38": "images\/icon380.png" }, "default_title": "text reader", "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ] } } |