<div style="position: absolute; top: 230px; width: 600px; left: 250px; height: 120px"> <h2><a href='cgoogle.html'>Click Here</a></h2></div>
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-extens...@chromium.org.
To post to this group, send email to chromium-...@chromium.org.
Visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msgid/chromium-extensions/ee7d1fcf-1896-4f83-9c53-976ccbe66e77%40chromium.org.
For more options, visit https://groups.google.com/a/chromium.org/groups/opt_out.
chrome.app.runtime.onLaunched.addListener(function() {chrome.app.window.create('index.html', {width: 1366,height: 768,});});