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

Pass Array Variable From Background.js To Content.js

I am really struggling with passing an array from my background.js to my content.js. Before I start… Read more Pass Array Variable From Background.js To Content.js

File Upload With Javascript In Chrome Or Firefox Extension Without User Intervention

I've managed to get the element of a button inside a a webpage . I know its ID , its class , et… Read more File Upload With Javascript In Chrome Or Firefox Extension Without User Intervention

Persistent Unique Id For Chrome Tabs That Lasts Between Browser Sessions

I'm trying to ascertain some way to establish a unique ID for Chrome tabs that meets the follow… Read more Persistent Unique Id For Chrome Tabs That Lasts Between Browser Sessions

Javascript Call Programmatically The "save As Pdf" Feature Of Chrome Dialog Print

Google Chrome have the option 'Save as PDF' when you enter the Print dialog or window.print… Read more Javascript Call Programmatically The "save As Pdf" Feature Of Chrome Dialog Print

Chrome-extension Javascript To Detect Dynamically-loaded Content

I'm implementing a chrome extension app. I want to replace href attribute in tag (on my webapp… Read more Chrome-extension Javascript To Detect Dynamically-loaded Content

A Issue When Inject A Javascript Code That Overrides The One Existing In Dom?

I have read this question Is it possible to inject a javascript code that OVERRIDES the one existi… Read more A Issue When Inject A Javascript Code That Overrides The One Existing In Dom?

How To Store The Values Retrieved From Content Script Into Textboxes With A Button Click

I am new to building chrome extension. I am using content script to retrieve the values. But Iam un… Read more How To Store The Values Retrieved From Content Script Into Textboxes With A Button Click

Simulate Clicking Elements On The Page From A Chrome Extension?

I need to iterate and click all the elements with the class .star_gray on page, and keep the iterat… Read more Simulate Clicking Elements On The Page From A Chrome Extension?