Skip to content

How to create new tab to display contents #149

Closed Answered by mubaidr
realrecordzLab asked this question in Q&A
Discussion options

You must be logged in to vote

@realrecordzLab You can show/ load any existing app in new tab, like popup, setup etc But for separation of concern:

  • clone popup vue app
  • rename it to new-tab
  • If you are using older version of this template, you have to add new-tab to vite config too. Just look at example of setup page and copy it. In recent version, it will be automatically registered.
  • open a new tab
  • load url using chrome.runtime.getURL("src/ui/new-tab/index.html#/")

If you have any questions, feel free to contact.

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mubaidr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #125 on December 21, 2024 19:08.