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.

Co to jest Search Now - Shortcuts for Instant Searching?

Search Now - Shortcuts for Instant Searching to rozszerzenie Chrome opracowane przez Alex Roh, a jego główną funkcją jest „Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Search Now - Shortcuts for Instant Searching

Pobierz pliki rozszerzeń Search Now - Shortcuts for Instant Searching w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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 ★                    

Podstawowe informacje o rozszerzeniu

Nazwa Search Now - Shortcuts for Instant Searching Search Now - Shortcuts for Instant Searching
ID ikajjpdbfocfkbgkjibhhdlkcpkdapmi
Oficjalny URL https://chromewebstore.google.com/detail/search-now-shortcuts-for/ikajjpdbfocfkbgkjibhhdlkcpkdapmi
Opis Get keyboard shortcuts to search instantly on Google, Youtube, Amazon, and more. Less typing. And no more copying or pasting.
Rozmiar pliku 6.34 KB
Liczba instalacji 74
Aktualna Wersja 1.1
Ostatnia Aktualizacja 2019-11-27
Data Publikacji 2019-11-25
Ocena 5.00/5 Łącznie 13 Oceny
Deweloper Alex Roh
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}