I\'m creating new tab in chrome extension using following code;
var url="https://www.test.com"; chrome.tabs.create({url:url, active: false}, funct