Talkify
Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language
Talkifyとは何ですか?
Talkifyはhttps://talkify.netによって開発されたChromeの拡張機能で、その主な機能は「Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language」です。
拡張機能のスクリーンショット
Talkify拡張機能のCRXファイルをダウンロード
Talkify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension simplifies the usage of the popular Talkify text to speech service by opening your active tab in a new Talkify-tab. It allows you to listen to just about any webpage with just one click. Talkify has support for a vast amount of languages and aids your listening with text highlighting and natural sounding voices, perfect for students or people with visual impairment.
拡張機能の基本情報
名前 | Talkify |
ID | kgfjafdahhkoiabgaappgdnojpgjbahi |
公式URL | https://chromewebstore.google.com/detail/talkify/kgfjafdahhkoiabgaappgdnojpgjbahi |
説明 | Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language |
ファイルサイズ | 4.55 KB |
インストール数 | 2,219 |
現在のバージョン | 1.0 |
最終更新日 | 2017-04-05 |
公開日 | 2017-04-05 |
評価 | 3.71/5 合計 14 レビュー |
開発者 | https://talkify.net |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | http://talkify.net/contact |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Talkify", "description": "Reads your active web site aloud in Talkify. Enjoy listening to web sites with high quality voices in your favourite language", "version": "1.0", "browser_action": { "default_icon": "favicon.png", "default_title": "Open in Talkify" }, "permissions": [ "activeTab", "tabs" ], "background": { "scripts": [ "background.js" ] } } |