YouTube Kbd Nav
YouTube keyboard navigation to the max.
YouTube Kbd Navคืออะไร?
YouTube Kbd Nav เป็นส่วนขยายของ Chrome ที่พัฒนาโดย philippefanaro และคุณลักษณะหลักของมันคือ "YouTube keyboard navigation to the max."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube Kbd Nav
ดาวน์โหลดไฟล์ส่วนขยาย YouTube Kbd Nav ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An extension to ease your navigation on YouTube. Now you can use your keyboard to do 99% of the things you usually do there. Please visit the homepage for a full table of shortcuts: https://github.com/FanaroEngineering/youtube_kbd_nav/. Some of the shortcuts (the ordering is just for reference purposes): - z: Cycle forwards on the thumbnails - x: Cycle backwards on the thumbnails - Enter: Navigate to the selected thumbnail - q: YouTube Home - h: YouTube History - \: Toggle the video player's focus - v: Like the video - n: Dislike the video
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | YouTube Kbd Nav |
ID | lfhpmfgaahemloddkjioinadcoighoih |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/youtube-kbd-nav/lfhpmfgaahemloddkjioinadcoighoih |
คำอธิบาย | YouTube keyboard navigation to the max. |
ขนาดไฟล์ | 74.03 KB |
จำนวนการติดตั้ง | 25 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2021-01-07 |
วันที่เผยแพร่ | 2020-09-29 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | philippefanaro |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
URL หน้าช่วยเหลือ | https://github.com/FanaroEngineering/youtube_kbd_nav/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube Kbd Nav", "author": "Philippe Fanaro", "version": "1.0.2", "description": "YouTube keyboard navigation to the max.", "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "exclude_matches": [ "*:\/\/*.studio.youtube.com\/*" ], "js": [ "content.dart.js" ] } ], "permissions": [ "clipboardWrite" ], "icons": { "128": "favicon.png" } } |