TweetDeck Account Shortcuts
Add keyboard shortcuts to quickly select account to tweet from in TweetDeck
Was ist TweetDeck Account Shortcuts?
TweetDeck Account Shortcuts ist eine Chrome-Erweiterung, die von Masaki Kobayashi entwickelt wurde, und ihr Hauptmerkmal ist "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck".
Erweiterungsscreenshots
TweetDeck Account Shortcuts-Erweiterungs-CRX-Datei herunterladen
Laden Sie TweetDeck Account Shortcuts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | TweetDeck Account Shortcuts |
ID | jhclgjipjcengbapikaenmopdinlnpin |
Offizielle URL | https://chromewebstore.google.com/detail/tweetdeck-account-shortcu/jhclgjipjcengbapikaenmopdinlnpin |
Beschreibung | Add keyboard shortcuts to quickly select account to tweet from in TweetDeck |
Dateigröße | 6.36 KB |
Installationsanzahl | 156 |
Aktuelle Version | 2.3.1 |
Letztes Update | 2023-07-08 |
Veröffentlichungsdatum | 2020-06-22 |
Bewertung | 4.00/5 Insgesamt 1 Bewertungen |
Entwickler | Masaki Kobayashi |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/mkobayashime/switch-tweetdeck-account |
Unterstützte Sprachen | 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" ] } ] } |