W
W
Wilt2019-03-17 21:03:11
Google Chrome
Wilt, 2019-03-17 21:03:11

What to enter in manifest so that the extension opens in a new tab?

What needs to be specified in manifest so that it opens on click on the extension in a new tab? And how can I make it so that the extension of the start page / screen / contribution, call it whatever you want? I will be very grateful to you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Bespalov, 2019-03-20
@wilt

Try to specify

"version": "1.01",
  "chrome_url_overrides": {
    "newtab": "popup.html"
  },

And in order for the extension to open immediately in a new tab, you can set the settings for the start page by specifying the extension ID.
5c91970ae2ca9623034493.png

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question