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

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

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

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

How Would I Go About This? (chrome Extension)

I'm new to creating extensions, and I'm trying to become more comfortable with them. Basic… Read more How Would I Go About This? (chrome Extension)

Chrome Extension Loop Check For Button Errors

I am trying to create a chrome extension that once I click the chrome extension, the script will st… Read more Chrome Extension Loop Check For Button Errors

Disable Text-field Blue Highlight In Chrome Extension?

I'm working on a Chrome extension that let's you edit a small text field, and I'm findi… Read more Disable Text-field Blue Highlight In Chrome Extension?

Chrome Extension To Load The Script Without Clicking On Icon

Hello all i want to load the script whether or not user clicks on my extension icon This is my exte… Read more Chrome Extension To Load The Script Without Clicking On Icon

Chrome Extension To Pull Text From Script

I'm attempting to pull 'webId%22:%22' var string from a script tag using JS for a Chrom… Read more Chrome Extension To Pull Text From Script

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)

Writing To A File In Javascript Using Filesystem Api

I am trying to write to local file system using FileSystem API in Chrome. I am getting the followin… Read more Writing To A File In Javascript Using Filesystem Api

Chrome Extension Read Innerhtml Of The Current Page?

Hi this may be a silly question, but I can't find the answer anywhere. I'm writing a chrome… Read more Chrome Extension Read Innerhtml Of The Current Page?

Issue Opening New Tab In Multiple Functions In Javascript For Chrome Extension

I am working on a Chrome extension, but for some reason I am able to create a new tab only in a sin… Read more Issue Opening New Tab In Multiple Functions In Javascript For Chrome Extension

Html5 Audio. How To Get Bitrate

I'm writing an extension for google chrome. And I have a situation: I've got a link for mp3… Read more Html5 Audio. How To Get Bitrate

Chrome Extension: Detecting Keypresses In Google Docs

Hey my friends and I new to javascript and are encountering problems with some code. Currently we&… Read more Chrome Extension: Detecting Keypresses In Google Docs

Localization In Chrome Extensions

I have a query related to localization of Chrome extensions. I am trying to localize the text in a … Read more Localization In Chrome Extensions

Chrome Extension: The Js Script Fires Too Early Despite Run_at: Document_idle

In theory, if I set run_at, the .js that I use to select an element on the page should fire after t… Read more Chrome Extension: The Js Script Fires Too Early Despite Run_at: Document_idle

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)

How To Set A Simple Dynamic Variable Into Chrome.storage.local.set For A Chrome Extension?

I have a slider and I want to be able to set the value into local storage so that I can use this va… Read more How To Set A Simple Dynamic Variable Into Chrome.storage.local.set For A Chrome Extension?

Chrome Extension Help - What's The Process For Adding The Url Of An Open Page To The Html Of The Default_popup In Manifest.json

I've got the following manifest: { 'name':'Fix the Web extension', '… Read more Chrome Extension Help - What's The Process For Adding The Url Of An Open Page To The Html Of The Default_popup In Manifest.json

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)