0

I need to develop a small browser extension for Chrome based on JavaScript. How to detect if the Chrome Browsers address bar got focused?
What I want to archive with the Chrome-extension: As soon as the address bar got focused a window will appear below the bookmarks bar.

Tom
  • 5,588
  • 20
  • 77
  • 129
  • Possible duplicate of [Take my web page focus to browser address bar using javascript / jquery](https://stackoverflow.com/questions/45304774/take-my-web-page-focus-to-browser-address-bar-using-javascript-jquery) – etarhan Sep 13 '18 at 12:44
  • 1
    You can't do that using only extensions API. You can write a separate utility that can use the low-level OS functions and communicate with the extension via *nativeMessaging API*. – wOxxOm Sep 14 '18 at 04:21

0 Answers0