Voixt - Text Narrator
Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!
Voixt - Text Narratorとは何ですか?
Voixt - Text NarratorはHunar Batraによって開発されたChromeの拡張機能で、その主な機能は「Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!」です。
拡張機能のスクリーンショット
Voixt - Text Narrator拡張機能のCRXファイルをダウンロード
Voixt - Text Narrator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Voixt extension allows you to listen to the content on your browser screen. Reading long articles can become mundane at times. Voixt, powered with the Text-to-Speech technology, is the next generation solution for this. Voixt is an all-in-one extension for accessibility to textual content through text narration. To use Voixt, simply select the textual content, right click and click on "Speak out the selected content with Voixt" or you can just trigger Voixt for the selected content from the extensions tab! Happy Voixting! :)
拡張機能の基本情報
名前 | |
ID | ollpchiclgliinoenbadibpcpfeeimbn |
公式URL | https://chrome.google.com/webstore/detail/voixt-text-narrator/ollpchiclgliinoenbadibpcpfeeimbn |
説明 | Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you! |
ファイルサイズ | 1.23 MB |
インストール数 | 761 |
現在のバージョン | 2.0 |
最終更新日 | 2021-02-26 |
公開日 | 2020-09-20 |
評価 | 4.00/5 合計 7 レビュー |
開発者 | Hunar Batra |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://hunarbatra.com |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voixt - Text Narrator", "description": "Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!", "version": "2.0", "background": { "scripts": [ "narrate.js", "background.js" ] }, "icons": { "16": "img\/voixt16.png", "48": "img\/voixt48.png", "128": "img\/voixt-main.png" }, "permissions": [ "contextMenus", "tts", "activeTab" ], "browser_action": { "default_icon": "img\/voixt-main.png", "default_popup": "popup.html" } } |