Skip to content

Instantly share code, notes, and snippets.

@JosefJezek
Last active February 10, 2022 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JosefJezek/2b9d4ebcb286b93cf4f6d202915ebfa5 to your computer and use it in GitHub Desktop.
Save JosefJezek/2b9d4ebcb286b93cf4f6d202915ebfa5 to your computer and use it in GitHub Desktop.
Chrome Search Engines

How to add custom search engines to Chrome

Chrome's address bar doubles as a way to do a quick Google search, but you're not limited to searching Google. In that same bar, you can search any site or app.

This is great if you search specific apps frequently - for example, Gmail, Google Drive, or Twitter. You can search any site without having to open it first, just like you don't have to go to google.com to search Google. Type a keyword, hit space or tab, and you're good to go.

Demo

GitHub.Gist.mp4
Google.Drive.mp4

Setup

  1. Go to page chrome://settings/searchEngines

image

  1. Edit or add custom search engine

image

image

Search engines

  • Chrome Bookmarks b chrome://bookmarks/?#q=%s
  • Chrome History h chrome://history/?#q=%s
  • 30 seconds of code 30 https://www.30secondsofcode.org/search?keyphrase=%s
  • Best of JS bjs https://bestofjs.org/projects?query=%s
  • Can I use can https://caniuse.com/?search=%s
  • DuckDuckGo du https://duckduckgo.com/?q=%s
  • Gmail m https://mail.google.com/mail/#search/%s
  • Gmail user #0 m0 https://mail.google.com/mail/u/0/#search/%s
  • Gmail user #1 m1 https://mail.google.com/mail/u/1/#search/%s
  • G Books bo https://www.google.com/search?tbm=bks&q=%s
  • G Calendar c https://calendar.google.com/calendar/r/search?q=%s
  • G Cloud Search user #0 se https://cloudsearch.google.com/cloudsearch/search?authuser=0&q=%s
  • G Docs do https://docs.google.com/document/?q=%s
  • G Drive d https://drive.google.com/drive/search?q=%s
  • G Drive user #0 d0 https://drive.google.com/drive/u/0/search?q=%s
  • G Images i https://www.google.com/search?tbm=isch&q=%s
  • G Images Aliexpress ia https://www.google.com/search?tbm=isch&q=site%3Aaliexpress.com/item+%s
  • G Images Amazon.de iam https://www.google.com/search?tbm=isch&q=site%3Aamazon.de+%s
  • G Images Banggood ib https://www.google.com/search?tbm=isch&q=site%3Abanggood.com+%s
  • G Keep k https://keep.google.com/#search/text%253D%s
  • G Maps ma https://www.google.com/maps/search/%s
  • G News n https://news.google.com/search?q=%s
  • G Photos p https://photos.google.com/search/%s
  • G Play pl https://play.google.com/store/search?q=%s
  • G Shopping s https://www.google.com/search?tbm=shop&q=%s
  • G Translate t https://translate.google.com/?sl=auto&tl=auto&op=translate&text=%s
  • G Video v https://www.google.com/search?tbm=vid&q=%s
  • GitHub gi https://github.com/search?q=%s
  • GitHub Gist user:josefjezek g https://gist.github.com/search?q=user%3Ajosefjezek+%s
  • Product Hunt pr https://www.producthunt.com/search?q=%s
  • Stack Exchange stx https://stackexchange.com/search?q=%s
  • Stack Overflow st https://stackoverflow.com/search?q=%s
  • StackBlitz sta https://stackblitz.com/?q=%s
  • Twitter tw https://twitter.com/search?q=%s
  • Wikipedia wiki https://en.wikipedia.org/w/index.php?search=%s
  • Windy w https://www.google.com/search?q=site%3Awindy.com+%s
  • YouTube y https://www.youtube.com/results?search_query=%s
  • YouTube Music m https://music.youtube.com/search?q=%s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment