Im trying to have a page talk to an extension using chrome.extension.connect, but the chrome.extension object isnt available.
If I console.log(chrome) I get an object with:
app
appNotifications
csi
loadTimes
searchBox
setSuggestResult
webstore
But no extension.
Do I need to do something to enable this? Or any reason it would not be available?
Im using Chrome 20 on OSX 10.7