Instant search keyboard shortcut
Restores some of the keyboard shortcuts available in instant search
Instant search keyboard shortcutคืออะไร?
Instant search keyboard shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kiren และคุณลักษณะหลักของมันคือ "Restores some of the keyboard shortcuts available in instant search"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instant search keyboard shortcut
ดาวน์โหลดไฟล์ส่วนขยาย Instant search keyboard shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Missing using tab, esc, arrow-keys and having the familiar blue arrow? Well, look no further! This is an attempt to restore of the keyboard shortcuts of google instant search. If something's not working feel free to send a PR to the GitHub repo.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Instant search keyboard shortcut |
ID | dfaommhmceombgjkppajcdekakkinpmd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/instant-search-keyboard-s/dfaommhmceombgjkppajcdekakkinpmd |
คำอธิบาย | Restores some of the keyboard shortcuts available in instant search |
ขนาดไฟล์ | 50.03 KB |
จำนวนการติดตั้ง | 33 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2017-08-05 |
วันที่เผยแพร่ | 2017-08-05 |
ผู้พัฒนา | Kiren |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Kirens/InstantShortcuts |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Instant search keyboard shortcut", "description": "Restores some of the keyboard shortcuts available in instant search", "version": "0.1.1", "author": "Kirens", "icons": { "16": "res\/icon16.png", "48": "res\/icon48.png", "128": "res\/icon128.png", "256": "res\/icon256.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.google.com\/search*", "*:\/\/www.google.se\/search*" ], "js": [ "instant.js" ], "css": [ "instant.css" ], "run_at": "document_start" } ], "web_accessible_resources": [ "essentials.css" ], "permissions": [ "https:\/\/www.google.se\/*" ] } |