TweetDeck Account Shortcuts

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

TweetDeck Account Shortcuts क्या है?

TweetDeck Account Shortcuts Masaki Kobayashi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TweetDeck Account Shortcuts एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}