TabSpeech
Read the text on the displayed tab
什么是TabSpeech?
TabSpeech是由IIMURA Takuji开发的Chrome扩展程序,该扩展的主要功能是“Read the text on the displayed tab”。
扩展截图
下载TabSpeech扩展crx文件
下载TabSpeech扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Text-to-Speech the text in the displayed tab using Web Speech API. * Usage: 1. Select the range where you want to start reading 2. Click the PageAction icon (the black “reading” icon in the upper right) and press the “Speech” button Press Stop to stop reading, Pause to pause, and Resume to resume from pause. We are developing at: https://github.com/limura/TabSpeech/ The author is Japanese and can hardly speak foreign languages. I would be happy if you could help with translation work and other corrections. Please refer to the Japanese section for the detailed update history.
扩展基本信息
名称 | TabSpeech |
ID | ccojlmmbakjcoddbepmmogiobbmmhmjc |
官方URL | https://chromewebstore.google.com/detail/tabspeech/ccojlmmbakjcoddbepmmogiobbmmhmjc |
简介 | Read the text on the displayed tab |
文件大小 | 87.98 KB |
安装次数 | 3,670 |
当前版本 | 1.9.1 |
更新时间 | 2022-02-22 |
上架时间 | 2020-05-18 |
评分 | 4.37/5 共19次评分 |
开发者 | IIMURA Takuji |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/limura/TabSpeech |
支持的语言 | en,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "name": "TabSpeech", "description": "__MSG_appDescription__", "version": "1.9.1", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon\/TabSpeechIcon16.png", "48": "icon\/TabSpeechIcon48.png", "128": "icon\/TabSpeechIcon128.png" }, "page_action": { "default_title": "__MSG_PageActionDefaultTitle__", "default_popup": "popup.html", "default_icon": "icon\/TabSpeechIcon19.png" }, "content_scripts": [ { "matches": [ " |