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

Google Chrome: Refused To Execute Inline Script

In light of change in chrome's content security policy, I have moved all the script in separate… Read more Google Chrome: Refused To Execute Inline Script

Access Chrome Clipboard Events With Extension

I want to copy the system clipboard data in my extension; I am able to get the events for copy, cut… Read more Access Chrome Clipboard Events With Extension

Chrome Extension Message Passing Is Not Working?

In contentScript.js the function is not called. background.js var insertUI = true // var hasExecute… Read more Chrome Extension Message Passing Is Not Working?

Approaches Of Detection Of Custom Protocol In Chrome And Safari Browsers

What could be the best way the detecting the custom protocol (like foo://) in Safari and chrome bro… Read more Approaches Of Detection Of Custom Protocol In Chrome And Safari Browsers

Why Am I Getting An Error When I Click Chrome Extension?

I am trying to create a simple chrome extension. I was able to load the extension but when I clicke… Read more Why Am I Getting An Error When I Click Chrome Extension?

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?