1
423
chrome.browserAction.onClicked.addListener(function() { chrome.tabs.create({'url': "http://www.xxx.xxx"}); });