TweetDeck Shortcut Plus
Add more keyboard shortcuts on TweetDeck.
TweetDeck Shortcut Plusとは何ですか?
TweetDeck Shortcut Plusはr7kamuraによって開発されたChromeの拡張機能で、その主な機能は「Add more keyboard shortcuts on TweetDeck.」です。
拡張機能のスクリーンショット
TweetDeck Shortcut Plus拡張機能のCRXファイルをダウンロード
TweetDeck Shortcut Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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") 拡張機能の基本情報
| 名前 | |
| ID | odpofjlgoeimpdmmmcfoecdifknokdlh |
| 公式URL | https://chromewebstore.google.com/detail/tweetdeck-shortcut-plus/odpofjlgoeimpdmmmcfoecdifknokdlh |
| 説明 | Add more keyboard shortcuts on TweetDeck. |
| ファイルサイズ | 59.7 KB |
| インストール数 | 22 |
| 現在のバージョン | 0.2.2 |
| 最終更新日 | 2022-05-25 |
| 公開日 | 2022-05-24 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | r7kamura |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/r7kamura/tweetdeck-shortcut-plus |
| 対応言語 | 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
}
]
} | |