TweetDeck Account Shortcuts

Add keyboard shortcuts to quickly select account to tweet from in TweetDeck

Qu'est-ce que TweetDeck Account Shortcuts ?

TweetDeck Account Shortcuts est une extension Chrome développée par Masaki Kobayashi, et sa fonction principale est "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension TweetDeck Account Shortcuts

Téléchargez les fichiers d'extension TweetDeck Account Shortcuts 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

                        Add keyboard shortcuts to quickly select account to tweet/retweet from in TweetDeck.

"Shift + 1", "Shift + 2", ... "Shift + 0" are for 1st, 2nd, ...10th account.

When tweet panel is closed: Creates a new tweet with corresponding account.
When tweet panel is opened: Selects corresponding account.

Tips: "Alt+Enter" to quote in the retweet/quote modal, in addition to the native "Ctrl+Enter" for retweeting.

Tips: Since shortcut keys don't work when the input area is focused, you can hit "Escape" before the shortcut key, and then hit "n" for re-focus on the input area.                    

Informations de Base sur l'Extension

Nom TweetDeck Account Shortcuts TweetDeck Account Shortcuts
ID jhclgjipjcengbapikaenmopdinlnpin
URL Officiel https://chromewebstore.google.com/detail/tweetdeck-account-shortcu/jhclgjipjcengbapikaenmopdinlnpin
Description Add keyboard shortcuts to quickly select account to tweet from in TweetDeck
Taille du Fichier 6.36 KB
Nombre d'Installations 156
Version Actuelle 2.3.1
Dernière Mise à Jour 2023-07-08
Date de Publication 2020-06-22
Évaluation 4.00/5 Total 1 Évaluations
Développeur Masaki Kobayashi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mkobayashime/switch-tweetdeck-account
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TweetDeck Account Shortcuts",
    "version": "2.3.1",
    "description": "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck",
    "icons": {
        "16": "icons\/icon_16.png",
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tweetdeck.twitter.com\/"
            ],
            "run_at": "document_end",
            "js": [
                "contentScript.js"
            ]
        }
    ]
}