wexond / browser-base

Modern and feature-rich web browser base based on Electron
https://wexond.net
2.67k stars 408 forks source link

chrome.runtime.openOptionsPage #602

Open On1x opened 3 years ago

On1x commented 3 years ago

Is your feature request related to a problem? Please describe.

Install extension but it can't open options page.

Describe the solution you'd like

Extension popup trying open options page, but can't. It's must simply open new tab with option page.

Describe alternatives you've considered

Additional context

js code that not working: chrome.runtime.openOptionsPage();