I want to do something like google mail checker does: when user click on icon – we should open some url in new tab, but only if tab with that url haven’t been opened within tabs.
Help me please, how to do that easily.
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
chrome.browserAction.onClicked.chrome.tabs.createmethod. You can loop through all tabs to check for the existence of the URLs withchrome.windows.getAll.