Basically, I want to create a chrome extension to trigger a keyboard shortcut for open new tab in same tab-group
and pop-out the current tab in new chrome window
like this there are couple other tasks i want to accomplish using assigning keyboard shortcut.
I am new to developing Chrome extension but thought to learn.
Here are some things I found:
This question asks something similar but its answer says, it's not possible. But I think there are extensions already exist which does some similar tasks.
have a look at this: New tab in group - keyboard shortcut
and also this: Duplicate tab shortcuts
Is there anyone who can guide me towards the right documentation or right place to learn how to build chrome extension for this task?