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 | 
| 官方網址 | 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 | 
| 電子郵箱 | [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
        }
    ]
}  |  |