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”。
扩展截图
下载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 |
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" ] } ] } |