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?

Is It Possible To Show Webpage In A Window From My Chrome Extension, Only Using Js, Html And Css?

I'm trying to develop a Google Chrome extension. When the user clicks the extension button, a s… Read more Is It Possible To Show Webpage In A Window From My Chrome Extension, Only Using Js, Html And Css?

Chrome.webrequest Redirecturl With Url Saved In Chrome.storage.local

I'm trying to intercept web requests and redirect them to a url I have saved on local storage b… Read more Chrome.webrequest Redirecturl With Url Saved In Chrome.storage.local

How To Listen To Uninstallation Event In Javascript From A Chrome Extension?

I'm trying to clean some preferences files when a user uninstall my extension from chrome brows… Read more How To Listen To Uninstallation Event In Javascript From A Chrome Extension?

How To Check The Authenticity Of A Chrome Extension?

The Context: You have a web server which has to provide an exclusive content only if your client h… Read more How To Check The Authenticity Of A Chrome Extension?

Javascript Google Chrome Extension Getting Domain Name

I tried to get the domain name using alert(document.domain); But i'm not getting the right doma… Read more Javascript Google Chrome Extension Getting Domain Name

Limit Chrome Extension Permissions To Certain Domain

I have a chrome extension that I have running only on a certain domain using 'matches':[] i… Read more Limit Chrome Extension Permissions To Certain Domain

How To Use An Input Field As Query Parameter To A Destination?

For my sample Google Chrome extension, I have a textbox and a link: Solution 1: I strongly advice … Read more How To Use An Input Field As Query Parameter To A Destination?

Google Tasks Update Error

I am attempting to update a task with the following code: function updtsk(task,id) { var url = … Read more Google Tasks Update Error

Update And Run Pre Defined Link On Current Tab Chrome Extension

I'm trying to make a chrome extension go to a predefined link on the currently open tab. I can&… Read more Update And Run Pre Defined Link On Current Tab Chrome Extension

Override Existing Onkeydown Function

My extensions go through every input entered on an on any website that is loaded. What I do is I c… Read more Override Existing Onkeydown Function

Mutation Observer Of Iframe Is Removed When Click A Href Of Iframe?

After attach a mutation observer inside the iframe, does pressing the button inside the iframe rem… Read more Mutation Observer Of Iframe Is Removed When Click A Href Of Iframe?

Develop A Chrome Extension That Overrides Ssl Certificate Exception For A Self Signed Certificate

I frequently access a trusted website that uses a self signed certificate. Every time I access it I… Read more Develop A Chrome Extension That Overrides Ssl Certificate Exception For A Self Signed Certificate

Log Javascript Errors In Chrome?

I'm trying to create a Chrome extension that will log all the javascript errors that show up in… Read more Log Javascript Errors In Chrome?

Chrome Extension To Pull Text From Script

I'm attempting to pull 'webId%22:%22' var string from a script tag using JS for a Chrom… Read more Chrome Extension To Pull Text From Script