SpeakTweetDeck
Adds read-aloud functionality to TweetDeck.
What is SpeakTweetDeck?
SpeakTweetDeck is a Chrome extension developed by nnnnusui, and its main feature is "Adds read-aloud functionality to TweetDeck.".
Extension Screenshots
Download SpeakTweetDeck Extension CRX File
Download SpeakTweetDeck extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
SpeakTweetDeckは、TweetDeck内に表示されたツイートを読み上げます。 # タイムライン毎に読み上げを有効化 読み上げを有効化するためのボタンが、各タイムラインのヘッダー(タイトル部分)に追加されます。 - 🔇: 読み上げ無効 - 🔊: 読み上げ有効 # 読み上げパラメーターを設定 ナビゲーターに追加された歯車マーク(⚙&🔊)から、合成音声の設定を変更できるメニューが開けます。 このメニューには、全体ミュートボタン、再生終了ボタン等も含まれます。 # 各ツイートに読み上げボタンを追加 ツイートに追加されたボタン(🔊)を押下すると、そのツイートを読み上げキューに追加します。 Source code: https://github.com/nnnnusui/SpeakTweetDeck
Extension Basic Information
Name | |
ID | anfnedbpfjbakobfboifpocmhoohmlin |
Official URL | https://chrome.google.com/webstore/detail/anfnedbpfjbakobfboifpocmhoohmlin |
Description | Adds read-aloud functionality to TweetDeck. |
File Size | 17.55 KB |
Installation Count | 284 |
Current Version | 1.1.1 |
Last Updated | 2021-05-24 |
Publish Date | 2021-05-24 |
Rating | 4.00/5 Total 1 Ratings |
Developer | nnnnusui |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/nnnnusui/SpeakTweetDeck/issues |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SpeakTweetDeck", "version": "1.1.1", "manifest_version": 3, "description": "Adds read-aloud functionality to TweetDeck.", "content_scripts": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "css": [ "style.css" ], "js": [ "main.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |