"Cannot read property of undefined" when using chrome.tabs or other chrome API in content script

chrome.tabs returns undefined despite the fact I set tabs in the permissions block. "permissions": [ "tabs", "http://*/*", "https://*/*" ], "