TweetDeck Account Shortcuts
Add keyboard shortcuts to quickly select account to tweet from in TweetDeck
TweetDeck Account Shortcuts là gì?
TweetDeck Account Shortcuts là một tiện ích mở rộng Chrome được phát triển bởi Masaki Kobayashi, và tính năng chính của nó là "Add keyboard shortcuts to quickly select account to tweet from in TweetDeck".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TweetDeck Account Shortcuts
Tải xuống các tệp mở rộng TweetDeck Account Shortcuts dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TweetDeck Account Shortcuts |
ID | jhclgjipjcengbapikaenmopdinlnpin |
URL Chính Thức | https://chromewebstore.google.com/detail/tweetdeck-account-shortcu/jhclgjipjcengbapikaenmopdinlnpin |
Mô tả | Add keyboard shortcuts to quickly select account to tweet from in TweetDeck |
Kích Thước Tệp | 6.36 KB |
Số Lần Cài Đặt | 156 |
Phiên Bản Hiện Tại | 2.3.1 |
Cập Nhật Lần Cuối | 2023-07-08 |
Ngày Phát Hành | 2020-06-22 |
Đánh Giá | 4.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Masaki Kobayashi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mkobayashime/switch-tweetdeck-account |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |