TalkDeck

Read TweetDeck out loud!

什麼是TalkDeck?

TalkDeck是由_patanpatan開發的Chrome擴展程式,該擴展的主要功能是“Read TweetDeck out loud!”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 TalkDeck TalkDeck
ID opchaehgojjfapbbofjlbjidhnpgagpk
官方網址 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"
}