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

Chrome Extension: Stack Trace: Typeerror: Cannot Read Property 'selectedtext' Of Undefined

my contentscript.js: chrome.runtime.onMessage.addListener(function(request, sender, sendResponse) … Read more Chrome Extension: Stack Trace: Typeerror: Cannot Read Property 'selectedtext' Of Undefined

Show Everything In Chrome.storage

I tried to use console.log(chrome.storage) but it doesn't return anything helpful. I have alrea… Read more Show Everything In Chrome.storage

How To Execute Javascript Code After An Element Is Created Without Jquery?

I am developing a chrome extension which would modify an element in a website. That website sends a… Read more How To Execute Javascript Code After An Element Is Created Without Jquery?

Google Docs - Programmatically Send Mouse Click To An Item In Outline Pane

In Google Docs you can open outline pane and see all headers in the document, you can also click on… Read more Google Docs - Programmatically Send Mouse Click To An Item In Outline Pane

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

Creating Play/pause Functions With Current Audio Javascript

I have an extension for chrome I am working on, I have an HTML popup that has buttons that play aud… Read more Creating Play/pause Functions With Current Audio Javascript