Category "google-chrome-extension"

Listening to DOM events (specific attributes)

I need to get data when a specific attribute is added . I have read this post : Is there a JavaScript/jQuery DOM change listener? var observer = new Mutation

Chrome-extension: Append functions to right click menu

How would I append functions to the right click menu in the browser? E.g something appended to the right click menu which does function dosomething() which is l

Recommendations for a "Getting started with Greasemonkey" tutorial [closed]

I'm interested in writing some Chrome compatible Greasemonkey scripts, but I'm finding that there are few updated tutorials on how to really g

How to test chrome extensions?

Is there a good way to do this? I'm writing an extension that interacts with a website as a content script and saves data using localstorage. Are there any tool