TalkDeck

Read TweetDeck out loud!

Vad är TalkDeck?

TalkDeck är en Chrome-tillägg utvecklad av _patanpatan, och dess huvudfunktion är "Read TweetDeck out loud!".

Tilläggsskärmbilder

screenshot

Ladda ner TalkDeck-förlängningens CRX-fil

Ladda ner TalkDeck-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn TalkDeck TalkDeck
ID opchaehgojjfapbbofjlbjidhnpgagpk
Officiell webbadress https://chrome.google.com/webstore/detail/talkdeck/opchaehgojjfapbbofjlbjidhnpgagpk
Beskrivning Read TweetDeck out loud!
Filstorlek 101 KB
Antal Installationer 65
Aktuell Version 16
Senast Uppdaterad 2020-08-03
Publiceringsdatum 2020-03-11
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare _patanpatan
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/hbazan/talkdeck/
Hjälpsida URL https://github.com/hbazan/talkdeck/
Stödda Språk 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"
}