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 |
| 公式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 |
| Eメール | [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"
}
} | |