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是由Alex Roh開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 ★ 擴展基本資訊
| 名稱 | |
| ID | ikajjpdbfocfkbgkjibhhdlkcpkdapmi |
| 官方網址 | 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"
}
} | |