SpeakTweetDeck
Adds read-aloud functionality to TweetDeck.
Qu'est-ce que SpeakTweetDeck ?
SpeakTweetDeck est une extension Chrome développée par nnnnusui, et sa fonction principale est "Adds read-aloud functionality to TweetDeck.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpeakTweetDeck
Téléchargez les fichiers d'extension SpeakTweetDeck au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
SpeakTweetDeckは、TweetDeck内に表示されたツイートを読み上げます。 # タイムライン毎に読み上げを有効化 読み上げを有効化するためのボタンが、各タイムラインのヘッダー(タイトル部分)に追加されます。 - 🔇: 読み上げ無効 - 🔊: 読み上げ有効 # 読み上げパラメーターを設定 ナビゲーターに追加された歯車マーク(⚙&🔊)から、合成音声の設定を変更できるメニューが開けます。 このメニューには、全体ミュートボタン、再生終了ボタン等も含まれます。 # 各ツイートに読み上げボタンを追加 ツイートに追加されたボタン(🔊)を押下すると、そのツイートを読み上げキューに追加します。 Source code: https://github.com/nnnnusui/SpeakTweetDeck
Informations de Base sur l'Extension
Nom | |
ID | anfnedbpfjbakobfboifpocmhoohmlin |
URL Officiel | https://chrome.google.com/webstore/detail/anfnedbpfjbakobfboifpocmhoohmlin |
Description | Adds read-aloud functionality to TweetDeck. |
Taille du Fichier | 17.55 KB |
Nombre d'Installations | 284 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2021-05-24 |
Date de Publication | 2021-05-24 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | nnnnusui |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/nnnnusui/SpeakTweetDeck/issues |
Langues Prises en Charge | 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" } } |