chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab) { if (!tab.url.match(/^about:/)) { chrome.pageAction.show(tab.id); } });