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

Basic Message Passing In Chrome Extension Seems To Fail

I have read the documentation and this should be basic but I can't seem to get those alerts to … Read more Basic Message Passing In Chrome Extension Seems To Fail

Chrome-extension: Invoke Page Script By Injection

Is it possible to inject a javascript file into the DOM and immediately execute it ? I wish to invo… Read more Chrome-extension: Invoke Page Script By Injection

Alternative To Mutationobserver For Synchronous Notifications

I need synchronous notifications of DOM changes a la MutationEvents for an extension capability. M… Read more Alternative To Mutationobserver For Synchronous Notifications

Get Highlight Text In Current Window And Send It In A Popup

I would like to make a chrome extension that use a popup to do : select text click on the chrome… Read more Get Highlight Text In Current Window And Send It In A Popup

Chrome Extension : Issue With Sendmessage

I am trying to change the contents of a page based on the output of a xhr call. I am sending a mess… Read more Chrome Extension : Issue With Sendmessage

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?