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
官方網址 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
電子郵箱 [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"
            ]
        }
    ]
}