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

Chrome Extension, Inject Html Then Continue Loading Page

The extension I am writing triggers a content script on the start of page load, using: 'run_at&… Read more Chrome Extension, Inject Html Then Continue Loading Page

Chrome Extension: Switching From Localstorage To Chrome.storage.local

I finally got one of my first JS scripts running as planned in Firefox. Now I need to switch to chr… Read more Chrome Extension: Switching From Localstorage To Chrome.storage.local

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

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

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

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

Internationalization Of Html Pages For My Google Chrome Extension

I found a very easy way to implement translation (or localization) of my Google Chrome Extension, b… Read more Internationalization Of Html Pages For My Google Chrome Extension

Why Do Chrome Extension Images Show Up As Broken When Added To The Dom?

I'm building a Chrome extension, and am trying to add a div with a background image to the DOM … Read more Why Do Chrome Extension Images Show Up As Broken When Added To The Dom?

How To Get A Page Source In Html?

I'm using HTML and javaScript .. I'm trying to build a chrome extension , which will displa… Read more How To Get A Page Source In Html?

How To Insert Html/js Into Window (of Type "panel") Created By Chrome.windows.create?

I'm creating a window in a Chrome Extension using chrome.windows.create. It's of type panel… Read more How To Insert Html/js Into Window (of Type "panel") Created By Chrome.windows.create?

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

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?

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

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

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

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?

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

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 With Background Page Not Working With Manifest Version 2

I have a simple chrome extension which displays a little icon in Google Chrome. On click, it loads … Read more Chrome Extension With Background Page Not Working With Manifest Version 2