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

How To Use An Input Field As Query Parameter To A Destination?

For my sample Google Chrome extension, I have a textbox and a link: Solution 1: I strongly advice … Read more How To Use An Input Field As Query Parameter To A Destination?

How To Make A Static Html As A Chrome Extension?

I want to make a Chrome extension basically constituted as a HTML bar staying at the top of the use… Read more How To Make A Static Html As A Chrome Extension?

Chrome Extension Append Input To Url.

I'm currently creating a Chrome Extension that has a popup.html and in that pop up is 2 things.… Read more Chrome Extension Append Input To Url.

Send Message To Background Page, Update The Html, And Then Show It In A Tab

I have a chrome extension where a user inputs some information and it generates a report. Now of co… Read more Send Message To Background Page, Update The Html, And Then Show It In A Tab

Js Get Varible Defined In Script Tag (google Extension)

I've got a small problem. I want to read a var defined inside tag in DOM. I can access it vi… Read more Js Get Varible Defined In Script Tag (google Extension)

Auto Focus In Google Chrome Extension

I made a simple Chrome extension - search with a form. When I open the extension, there is no defau… Read more Auto Focus In Google Chrome Extension

Slight Loading Delay With Chrome Extension Popup

For some reason, I have a very small delay when I click my extension before the popup is loaded. It… Read more Slight Loading Delay With Chrome Extension Popup

Using Plugins In Chrome Extension

I am making a Chrome extension and want to implement a plugin mark.js (https://markjs.io/) that wou… Read more Using Plugins In Chrome Extension

Jquery Dialog Not Displaying Correctly When Injected

I'm making a Chrome extension and I'm trying to inject Jquery when the user clicks an eleme… Read more Jquery Dialog Not Displaying Correctly When Injected

How To Include A Link In A Webkit Notification?

I am creating a Chrome extension and I am using the Webkit notifications API. I need to show a link… Read more How To Include A Link In A Webkit Notification?

Why Is My Javascript Chrome Extension Code Not Working? (loop Check For Button)

I am trying to make a chrome extension that constantly checks for the button with the ID 'produ… Read more Why Is My Javascript Chrome Extension Code Not Working? (loop Check For Button)

Getting Snippet Of Text From External Page Into Google Chrome Extension

I'm try to develop a simple google chrome extension. What it does it that it displays the num… Read more Getting Snippet Of Text From External Page Into Google Chrome Extension

Chrome Extension Sending Message From Iframe To Event Page Then To Content Script

I have inserted an iframe from content script. It works fine. But if I want to display parent's… Read more Chrome Extension Sending Message From Iframe To Event Page Then To Content Script

Possible To Have Multiple Content Scripts For Different Functions?

I am new to this, but I am trying to create a chrome extension to manipulate DOMs on the webpage. C… Read more Possible To Have Multiple Content Scripts For Different Functions?