TweetDeck Account Shortcuts
Add keyboard shortcuts to quickly select account to tweet from in TweetDeck
Wat is TweetDeck Account Shortcuts?
TweetDeck Account Shortcuts is een Chrome-extensie ontwikkeld door Masaki Kobayashi, en de belangrijkste functie is "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck".
Extensie Screenshots
Download het CRX-bestand van de extensie TweetDeck Account Shortcuts
Download TweetDeck Account Shortcuts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | TweetDeck Account Shortcuts |
ID | jhclgjipjcengbapikaenmopdinlnpin |
Officiële URL | https://chromewebstore.google.com/detail/tweetdeck-account-shortcu/jhclgjipjcengbapikaenmopdinlnpin |
Beschrijving | Add keyboard shortcuts to quickly select account to tweet from in TweetDeck |
Bestandsgrootte | 6.36 KB |
Aantal Installaties | 156 |
Huidige Versie | 2.3.1 |
Laatst Bijgewerkt | 2023-07-08 |
Publicatiedatum | 2020-06-22 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Masaki Kobayashi |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mkobayashime/switch-tweetdeck-account |
Ondersteunde Talen | 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" ] } ] } |