Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An option to always open a new tab #78

Closed
hvilminko opened this issue Apr 25, 2023 · 6 comments
Closed

An option to always open a new tab #78

hvilminko opened this issue Apr 25, 2023 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@hvilminko
Copy link

When opening the Inspector panel and clicking Data Export (for example), I never want to open it on top of the existing browser tab. Yes, I can click the middle mouse button to open a new tab instead but it would be great to have an option to always open the Inspector pages in a new browser tab.

@hvilminko hvilminko added the enhancement New feature or request label Apr 25, 2023
@tprouvot
Copy link
Owner

tprouvot commented Apr 25, 2023

Hi @hvilminko ,

I'm thinking about adding a configuration page to allow users to update some default configuration but it is a heavy development which may comes in a while.
What I can suggest to you is a parameter in localConfiguration that you could update from chrome dev tool.
What do you think about it ?

image

@hvilminko
Copy link
Author

I understand that a configuration page will require quite a bit of effort to implement. A parameter stored in LocalStorage would do the trick just fine at this point.

@tprouvot
Copy link
Owner

tprouvot commented May 5, 2023

This feature will be delivered in 1.17.

Quick recap, to be able to configure the extension to open links in a new tab you need to :

  • Open chrome dev console
  • Go to "Application" tab
  • Select the local storage from the extension (chrome-extension://fcmoglpkegmpmenokkgkbkjbdhdgneab ...)
  • Right click and add "openLinksInNewTab" key and "true" as value
  • Refresh the page

image

@tprouvot tprouvot closed this as completed May 5, 2023
@tprouvot tprouvot added the v1.17 label May 5, 2023
@tprouvot
Copy link
Owner

1.17 is live 🚀

@hvilminko
Copy link
Author

Thank you @tprouvot! I added the option and it works great!

@tprouvot
Copy link
Owner

New configuration available
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants