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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
            ]
        }
    ]
}