We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Chrome에서 여러 개 창을 열고 있을 때, 하나의 창에 이미 베네듀 탭이 있는 경우 다른 창에서 단축키가 작동하지 않는 문제입니다.
위와 같은 경우에는, 창1에 이미 베네듀 탭이 있으므로 창2에서 Ctrl+X를 눌러도 베네듀 창이 생성되지 않습닌다.
Ctrl+X
The text was updated successfully, but these errors were encountered:
Fixable with using chrome.tabs.query https://stackoverflow.com/questions/18943862/how-to-check-urls-of-all-tabs-in-all-windows-google-chrome-extension
chrome.tabs.query
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Chrome에서 여러 개 창을 열고 있을 때, 하나의 창에 이미 베네듀 탭이 있는 경우 다른 창에서 단축키가 작동하지 않는 문제입니다.
위와 같은 경우에는, 창1에 이미 베네듀 탭이 있으므로 창2에서
Ctrl+X
를 눌러도 베네듀 창이 생성되지 않습닌다.The text was updated successfully, but these errors were encountered: