Slang - Text to Speech
Convert the selected text to speech.
什么是Slang - Text to Speech?
Slang - Text to Speech是由https://kauer3.github.io开发的Chrome扩展程序,该扩展的主要功能是“Convert the selected text to speech.”。
扩展截图
下载Slang - Text to Speech扩展crx文件
下载Slang - Text to Speech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Slang is a free tool that converts text of websites to speech. It can increase your productivity, help you study more effectively and is a must have if you are learning a new language. Slang shows the text in the pop-up synchronized with the speech, so that you can read along, regardless of the page you're on. Listening and reading simultaneously increases comprehension, strengthens memory, helps build fluency skills including proper phrasing and expression and improve sight word recognition! If you want to save time or keep your eyes off the screen, let Slang read the contents of a web page for you. It is very simple to use, just select the text you want to hear, open the pop-up and click on the play button or right click on the selected text and click on speak. You can also type or paste in the pop-up whatever you want to be spoken. You can change the volume, rate, pitch and voice. Supports 14 languages, some in different accents, totaling 21 different voices. Access the project's github page to give feedback, report bugs and access the source code: https://github.com/kauer3/Slang-Text-to-Speech
扩展基本信息
名称 | Slang - Text to Speech |
ID | enkmbkhkbdiaafkmofbmdahclajelgfh |
官方URL | https://chromewebstore.google.com/detail/slang-text-to-speech/enkmbkhkbdiaafkmofbmdahclajelgfh |
简介 | Convert the selected text to speech. |
文件大小 | 220 KB |
安装次数 | 846 |
当前版本 | 0.4 |
更新时间 | 2021-04-27 |
上架时间 | 2020-10-31 |
评分 | 4.63/5 共8次评分 |
开发者 | https://kauer3.github.io |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/kauer3/Slang-Text-to-Speech |
帮助页面URL | https://github.com/kauer3/Slang-Text-to-Speech |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Slang - Text to Speech", "version": "0.4", "description": "Convert the selected text to speech.", "permissions": [ "contextMenus", "activeTab", "storage", "notifications" ], "background": { "scripts": [ "contextMenu.js", "speech.js" ], "persintent": false }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_title": "Slang", "default_popup": "popup.html" } } |