Search Now - Shortcuts for Instant Searching
Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.
Search Now - Shortcuts for Instant Searchingคืออะไร?
Search Now - Shortcuts for Instant Searching เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Roh และคุณลักษณะหลักของมันคือ "Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Now - Shortcuts for Instant Searching
ดาวน์โหลดไฟล์ส่วนขยาย Search Now - Shortcuts for Instant Searching ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Highlight any text you want to look up, then press... • ‘Shift + S’ to search on Google • ‘Shift + Y' to search on Youtube • 'Shift + A' to search on Amazon • 'Shift + M' to search on Google Maps • 'Shift + I' to search on Instagram • 'Shift + R' to search on Reddit • 'Shift + N' to search on Naver • 'Shift + B' to search on Baidu If you would like to remove the keyboard shortcuts from Chrome, click on the extension icon located at the upper-right corner, then select ‘Remove from Chrome…’ *Version 1.1 Release Notes* What's New - You can now use keyboard shortcuts to search on Google Maps, Instagram, Reddit, Naver, and Baidu. Bug Fixes - Keyboard shortcuts were enabled while editing text ★ This extension does not work outside the Chrome browser ★
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Now - Shortcuts for Instant Searching |
ID | ikajjpdbfocfkbgkjibhhdlkcpkdapmi |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-now-shortcuts-for/ikajjpdbfocfkbgkjibhhdlkcpkdapmi |
คำอธิบาย | Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting. |
ขนาดไฟล์ | 6.34 KB |
จำนวนการติดตั้ง | 74 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2019-11-27 |
วันที่เผยแพร่ | 2019-11-25 |
คะแนน | 5.00/5 รวมทั้งหมด 13 คะแนน |
ผู้พัฒนา | Alex Roh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Now - Shortcuts for Instant Searching", "short_name": "Search Now", "description": "Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.", "version": "1.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start", "js": [ "searchContentScript.js" ] } ], "icons": { "128": "assets\/icon128.png" } } |