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

Use Existing Jquery In Chrome Extension Content Script?

Everything I find seems to involve injecting jQuery, but I know jQuery already exists on the page (… Read more Use Existing Jquery In Chrome Extension Content Script?

Chrome Extension With Background Page Not Working With Manifest Version 2

I have a simple chrome extension which displays a little icon in Google Chrome. On click, it loads … Read more Chrome Extension With Background Page Not Working With Manifest Version 2

Keep The Console Script Persistent In Google Chrome

I have a script I want to use in the Google Chrome console. But this script is going to reload the … Read more Keep The Console Script Persistent In Google Chrome

Send Text With Post Method From Chrome Extension

Send big text with chrome extension. I'm trying to send big text which is stored in my local st… Read more Send Text With Post Method From Chrome Extension

Npapi Plugin Debugging

What is the best practice to debug a npapi plugin. I am currently developing a plugin with the help… Read more Npapi Plugin Debugging

Communicate Between Tabs Dom Without Window Ref

I use the following to open new tab (in new process) with some page content, var p = document.getEl… Read more Communicate Between Tabs Dom Without Window Ref