Web Keyboard Navigator
This extension that provide the keyboard navigator in Google, Naver Search
Web Keyboard Navigatorคืออะไร?
Web Keyboard Navigator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย [email protected] และคุณลักษณะหลักของมันคือ "This extension that provide the keyboard navigator in Google, Naver Search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web Keyboard Navigator
ดาวน์โหลดไฟล์ส่วนขยาย Web Keyboard Navigator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Chrome extension that provide the keyboard navigator in Google Search 1. Search by Google 2. Press '/' for(* Naver : Press 'ESC') * Press '/' again 3. Press 'ArrowDown' => next result Press 'ArrowUp' => Prev result Press 'ArrowRight' => next page Press 'ArrowLeft' => Prev Page https://github.com/bluemirr5/google-search-keyboard-navigator
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Web Keyboard Navigator |
ID | bkhfbkdobdpeffmajhomapocnphaehgp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/web-keyboard-navigator/bkhfbkdobdpeffmajhomapocnphaehgp |
คำอธิบาย | This extension that provide the keyboard navigator in Google, Naver Search |
ขนาดไฟล์ | 184 KB |
จำนวนการติดตั้ง | 525 |
เวอร์ชันปัจจุบัน | 1.0.7 |
อัปเดตครั้งล่าสุด | 2017-11-15 |
วันที่เผยแพร่ | 2017-11-15 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | [email protected] |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/bluemirr5/google-search-keyboard-navigator |
URL หน้าช่วยเหลือ | https://github.com/bluemirr5/google-search-keyboard-navigator/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Web Keyboard Navigator", "version": "1.0.7", "description": "This extension that provide the keyboard navigator in Google, Naver Search", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "activeTab" ], "browser_action": { "icon": "inactive.png", "default_title": "This page is Not Search Page" }, "manifest_version": 2 } |