Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google Chrome Extension

Chrome Extension - Access Document/page Variable From Extension

I'm trying to develop extension that works only on specified pages - If page owner adds global … Read more Chrome Extension - Access Document/page Variable From Extension

Chrome.extension.getbackgroundpage() Returns Null After Awhile

When my chrome extension loads on chrome startup, everything seems to be ok and chrome.extension.ge… Read more Chrome.extension.getbackgroundpage() Returns Null After Awhile

Access Npapi From Pages Dom

I'm attempting to override the default functionality for webkitNotifications.createNotification… Read more Access Npapi From Pages Dom

Chrome Extension With Declarativecontent.requestcontentscript

I am trying to make a Chrome extension, which will monitor GMail and do something when user starts … Read more Chrome Extension With Declarativecontent.requestcontentscript

How To Implement "return True;"? Error: "the Message Port Closed Before A Response Was Received."

How can I implement that my event-handler returns true? (Tried everything but the error returns) I&… Read more How To Implement "return True;"? Error: "the Message Port Closed Before A Response Was Received."

How Do I Implement User Authentication In A Chrome Extension Using Google App Engine As Backend?

This is a follow up to my previous question. I am working on a Chrome extension http://ting-1.apps… Read more How Do I Implement User Authentication In A Chrome Extension Using Google App Engine As Backend?