Is there any chrome extension API for setting focus on web page content?

When the chrome address bar is focused, calling element.focus () on the web page cannot steal focus from the address bar

How can I blur the address bar and set focus to an element on a web page? any chrome extension API can do this?

Thank.

+3


source to share





All Articles