TweetDeck Shortcut Plus
Add more keyboard shortcuts on TweetDeck.
TweetDeck Shortcut Plusคืออะไร?
TweetDeck Shortcut Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย r7kamura และคุณลักษณะหลักของมันคือ "Add more keyboard shortcuts on TweetDeck."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TweetDeck Shortcut Plus
ดาวน์โหลดไฟล์ส่วนขยาย 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")
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | TweetDeck Shortcut Plus |
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 |
อีเมล | [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 } ] } |