TweetDeck Account Shortcuts

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

TweetDeck Account Shortcutsとは何ですか?

TweetDeck Account ShortcutsはMasaki Kobayashiによって開発されたChromeの拡張機能で、その主な機能は「Add keyboard shortcuts to quickly select account to tweet from in TweetDeck」です。

拡張機能のスクリーンショット

screenshot
screenshot

TweetDeck Account Shortcuts拡張機能のCRXファイルをダウンロード

TweetDeck Account Shortcuts拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 TweetDeck Account Shortcuts TweetDeck Account Shortcuts
ID jhclgjipjcengbapikaenmopdinlnpin
公式URL https://chromewebstore.google.com/detail/tweetdeck-account-shortcu/jhclgjipjcengbapikaenmopdinlnpin
説明 Add keyboard shortcuts to quickly select account to tweet from in TweetDeck
ファイルサイズ 6.36 KB
インストール数 156
現在のバージョン 2.3.1
最終更新日 2023-07-08
公開日 2020-06-22
評価 4.00/5 合計 1 レビュー
開発者 Masaki Kobayashi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/mkobayashime/switch-tweetdeck-account
対応言語 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"
            ]
        }
    ]
}