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

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?

Creating An Evenlistener For A List Which Was Added Using A Node Appendchild

I'm trying to add a select list dynamically to my html. I've done this successfully by addi… Read more Creating An Evenlistener For A List Which Was Added Using A Node Appendchild

Extension: Chrome.storage Set

Hello everyone :) my other post where we solved the GET. Ok, I got the base working once again - i … Read more Extension: Chrome.storage Set

Unlimited File Storage In Chrome App

I want to save an unlimited number of files to the users hard drive, without making the user click … Read more Unlimited File Storage In Chrome App

Is It Possible To Show Webpage In A Window From My Chrome Extension, Only Using Js, Html And Css?

I'm trying to develop a Google Chrome extension. When the user clicks the extension button, a s… Read more Is It Possible To Show Webpage In A Window From My Chrome Extension, Only Using Js, Html And Css?

Save Last Session Of Chrome Extension

In my html file I have a simple table and a couple of buttons that allow adding/removing rows. If I… Read more Save Last Session Of Chrome Extension