UNPKG

@go-len-edge/go-len-runtime-macos

Version:
10 lines (9 loc) 255 B
chrome.omnibox.onInputEntered.addListener(function(t) { var url = urlForInput(t); if (url) { chrome.tabs.getSelected(null, function(tab) { if (!tab) return; chrome.tabs.update(tab.id, { "url": url, "selected": true }); }); } });