Speak It
Speak It app converts text into speech. Select text > Speak it
什么是Speak It?
Speak It是由Online Apps开发的Chrome扩展程序,该扩展的主要功能是“Speak It app converts text into speech. Select text > Speak it”。
扩展截图
下载Speak It扩展crx文件
下载Speak It扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Speak It app converts text into speech on any websites. Select words or paragraphs and then just listen. Useful and convenient Speak It for everyone in six supported languages. How to use: 1) select words or paragraphs 2) right click on this text 3) click Speak It to confirm in the context menu Features: Languages - English, German, Spanish, French, Portuguese, Russian Rate Pitch Volume
扩展基本信息
名称 | Speak It |
ID | amcnjejmdfilapnnfgnhnidhkififadk |
官方URL | https://chromewebstore.google.com/detail/speak-it/amcnjejmdfilapnnfgnhnidhkififadk |
简介 | Speak It app converts text into speech. Select text > Speak it |
文件大小 | 162 KB |
安装次数 | 72,668 |
当前版本 | 1.1.3 |
更新时间 | 2022-12-19 |
上架时间 | 2020-06-02 |
评分 | 2.53/5 共72次评分 |
开发者 | Online Apps |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.e-players.net/privacy.html |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Speak It", "description": "Speak It app converts text into speech. Select text > Speak it", "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "permissions": [ "contextMenus", "tts", "storage" ], "action": { "default_icon": "img\/ico_19.png", "default_popup": "popup.html" }, "options_page": "options.html", "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |