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

Chrome Extension Content Script - Inject Javascript Before Page Code

I am trying to make a Chrome extension with a content script to inject a script into a webpage befo… Read more Chrome Extension Content Script - Inject Javascript Before Page Code

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

How To Make Speech Webkit Work In Chrome Extension Popup?

A simple code like this works correctly in an HTML page. I am tr Solution 1: It's being work… Read more How To Make Speech Webkit Work In Chrome Extension Popup?

Loading Resources From Html5 Filesystem Api

I am writing a chrome extension that dynamically writes some html pages and their resources to the … Read more Loading Resources From Html5 Filesystem Api

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

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

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?

Injecting Javascript Into Newly Created Tab In Chrome Extension

I am attempting to make a chrome extension that creates a new tab with a local 'blanksite.html&… Read more Injecting Javascript Into Newly Created Tab In 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

Determining Html5 Database Memory Usage

I'm adding sqlite support to a my Google Chrome extension, to store historical data. When creat… Read more Determining Html5 Database Memory Usage

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?

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.

How To Replace A Piece Of Html With Another Piece Of Html On A Page?

I'm making a simple browser extension which is supposed to be used for links addition on a page… Read more How To Replace A Piece Of Html With Another Piece Of Html On A Page?

Blobbuilder Ruins Binary Data

I have a problem with BlobBuilder (Chrome11) I try to obtain an image from server with XHR request.… Read more Blobbuilder Ruins Binary Data

How To Load Js From A Chrome Extension Popup

background I simply want to create a chrome extension where I click on the extension icon, it loads… Read more How To Load Js From A Chrome Extension Popup

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 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

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

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

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