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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |