Mu my chrome extension is infact a simple EXTERNAM iframe.
<iframe src="http://www.example.com/index.php"></iframe>
My goal is that index.php (inside the iframe)can modify
chrome.browserAction.setBadgetText
Is such thing possible with external Iframe ?
reagrds