Reputation: 7
I am creating a bookmarking app using next.js. I want to setup a button on clicking which, the bookmarks open up in a tab group in the browser. But for that, I need to be able to use the chrome API in my next.js app. Is there any way I can use chrome api inside next.js?
Upvotes: 0
Views: 37