TweetDeck Shortcut Plus
Add more keyboard shortcuts on TweetDeck.
What is TweetDeck Shortcut Plus?
TweetDeck Shortcut Plus is a Chrome extension developed by r7kamura, and its main feature is "Add more keyboard shortcuts on TweetDeck.".
Extension Screenshots
Download TweetDeck Shortcut Plus Extension CRX File
Download TweetDeck Shortcut Plus extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Keyboard shortcuts can be changed from options page. Browse: - Browse tweet (default: "alt+b") - Browse tweet in background (default: "b") - Browse author (default: "alt+a") - Browse author in background (default: "ctrl+alt+a") - Browse links (default: "alt+l") - Browse links in background (default: "u") - Browse media (default: "alt+s") - Browse media in background (default: "i") Select: - Select author (default: "alt+p") - Select first hashtag (default: "alt+h") - Select first image (default: "o") - Select quoted tweet (default: "alt+k") - Select likes (default: "alt+f") - Select retweets (default: "alt+r") - Select activity user (default: "alt+i") Column: - Add author column (default: "alt+u") - Add activity user column (default: "alt+y") - Remove column (default: "alt+d") Others: - Download media (default: "w") - Quote tweet (default: "q") - Delete tweet (default: "alt+delete")
Extension Basic Information
Name | TweetDeck Shortcut Plus |
ID | odpofjlgoeimpdmmmcfoecdifknokdlh |
Official URL | https://chromewebstore.google.com/detail/tweetdeck-shortcut-plus/odpofjlgoeimpdmmmcfoecdifknokdlh |
Description | Add more keyboard shortcuts on TweetDeck. |
File Size | 59.7 KB |
Installation Count | 22 |
Current Version | 0.2.2 |
Last Updated | 2022-05-25 |
Publish Date | 2022-05-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | r7kamura |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/r7kamura/tweetdeck-shortcut-plus |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TweetDeck Shortcut Plus", "description": "Add more keyboard shortcuts on TweetDeck.", "version": "0.2.2", "manifest_version": 3, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.main.ts.e494637d.a39a9602.js" ], "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ] } ], "options_page": "options.html", "permissions": [ "downloads", "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/tweetdeck.twitter.com\/*" ], "resources": [ "assets\/command.28b5b8cb.js", "assets\/main.ts.e494637d.js" ], "use_dynamic_url": true } ] } |