Twitter Shortcut Plus
Add more keyboard shortcuts to twitter.com.
Twitter Shortcut Plusคืออะไร?
Twitter Shortcut Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย r7kamura และคุณลักษณะหลักของมันคือ "Add more keyboard shortcuts to twitter.com."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Shortcut Plus
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Shortcut Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Keyboard shortcuts can be changed from options page. Browse: - Browse links in background (default: "w") - Browse links in foreground (default: "alt+w") - Browse media in background (default: "f") - Browse media in foreground (default: "alt+f") Select: - Select author (default: "a") - Select quoted tweet (default: "alt+q") Others: - Delete tweet (default: "alt+delete") - Download media (default: "v") - Quote tweet (default: "q") - Toggle pin tweet (default: "z")
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Shortcut Plus |
ID | lbmdlngkfaknmfgkpkndloapdhgkmdjo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-shortcut-plus/lbmdlngkfaknmfgkpkndloapdhgkmdjo |
คำอธิบาย | Add more keyboard shortcuts to twitter.com. |
ขนาดไฟล์ | 60.17 KB |
จำนวนการติดตั้ง | 24 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2022-05-31 |
วันที่เผยแพร่ | 2022-05-30 |
ผู้พัฒนา | r7kamura |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/r7kamura/twitter-shortcut-plus |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitter Shortcut Plus", "description": "Add more keyboard shortcuts to twitter.com.", "version": "0.1.1", "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.4b943d35.31e9a031.js" ], "matches": [ "https:\/\/twitter.com\/*" ] } ], "options_page": "options.html", "permissions": [ "downloads", "storage" ], "web_accessible_resources": [ { "matches": [ "https:\/\/twitter.com\/*" ], "resources": [ "assets\/command.b5f621b4.js", "assets\/main.ts.4b943d35.js" ], "use_dynamic_url": true } ] } |