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.
¿Qué es Search Now - Shortcuts for Instant Searching?
Search Now - Shortcuts for Instant Searching es una extensión de Chrome desarrollada por Alex Roh, y su función principal es "Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Search Now - Shortcuts for Instant Searching
Descarga archivos de extensión Search Now - Shortcuts for Instant Searching en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 ★
Información Básica de la Extensión
Nombre | Search Now - Shortcuts for Instant Searching |
ID | ikajjpdbfocfkbgkjibhhdlkcpkdapmi |
URL Oficial | https://chromewebstore.google.com/detail/search-now-shortcuts-for/ikajjpdbfocfkbgkjibhhdlkcpkdapmi |
Descripción | Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting. |
Tamaño del Archivo | 6.34 KB |
Cantidad de Instalaciones | 74 |
Versión Actual | 1.1 |
Última Actualización | 2019-11-27 |
Fecha de Publicación | 2019-11-25 |
Calificación | 5.00/5 Total de 13 Calificaciones |
Desarrollador | Alex Roh |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |