TweetDeck Account Shortcuts

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

¿Qué es TweetDeck Account Shortcuts?

TweetDeck Account Shortcuts es una extensión de Chrome desarrollada por Masaki Kobayashi, y su función principal es "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión TweetDeck Account Shortcuts

Descarga archivos de extensión TweetDeck Account Shortcuts en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre TweetDeck Account Shortcuts TweetDeck Account Shortcuts
ID jhclgjipjcengbapikaenmopdinlnpin
URL Oficial https://chromewebstore.google.com/detail/tweetdeck-account-shortcu/jhclgjipjcengbapikaenmopdinlnpin
Descripción Add keyboard shortcuts to quickly select account to tweet from in TweetDeck
Tamaño del Archivo 6.36 KB
Cantidad de Instalaciones 156
Versión Actual 2.3.1
Última Actualización 2023-07-08
Fecha de Publicación 2020-06-22
Calificación 4.00/5 Total de 1 Calificaciones
Desarrollador Masaki Kobayashi
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/mkobayashime/switch-tweetdeck-account
Idiomas Soportados 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"
            ]
        }
    ]
}