TweetDeck Account Shortcuts

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

TweetDeck Account Shortcutsคืออะไร?

TweetDeck Account Shortcuts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Masaki Kobayashi และคุณลักษณะหลักของมันคือ "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweetDeck Account Shortcuts

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
            ]
        }
    ]
}