TalkDeck
Read TweetDeck out loud!
什么是TalkDeck?
TalkDeck是由_patanpatan开发的Chrome扩展程序,该扩展的主要功能是“Read TweetDeck out loud!”。
扩展截图
下载TalkDeck扩展crx文件
下载TalkDeck扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Chrome extension that will read the Home tab from TweetDeck for you.
You just need to have https://tweetdeck.twitter.com/
Demo!: https://www.youtube.com/watch?v=hefECTAqfsg
___________________
Version 16:
- Play from a Tweet details
Version 15:
- Now with a section on Tweetdeck settings to define Voices, Volume and Speed!
Version 14:
- Fix problems after Tweetdeck upgrade
Version 13:
- Now available on Search Columns!
Version 11:
- Enable/Disable Talkdeck on each tab 扩展基本信息
| 名称 | |
| ID | opchaehgojjfapbbofjlbjidhnpgagpk |
| 官方URL | https://chrome.google.com/webstore/detail/talkdeck/opchaehgojjfapbbofjlbjidhnpgagpk |
| 简介 | Read TweetDeck out loud! |
| 文件大小 | 101 KB |
| 安装次数 | 65 |
| 当前版本 | 16 |
| 更新时间 | 2020-08-03 |
| 上架时间 | 2020-03-11 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | _patanpatan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/hbazan/talkdeck/ |
| 帮助页面URL | https://github.com/hbazan/talkdeck/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"exclude_globs": [],
"include_globs": [
"*"
],
"js": [
"js\/jquery-3.1.1.min.js",
"js\/talkdeck.js"
],
"matches": [
"https:\/\/tweetdeck.twitter.com\/*"
],
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"converted_from_user_script": true,
"description": "Read TweetDeck out loud!",
"name": "TalkDeck",
"version": "16"
} | |