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

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

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

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.

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

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

Run Scripts And Css Of Html File Fetched With Chrome.runtime.geturl()

I am building a chrome extension and would like to add the contents of an html file to the document… Read more Run Scripts And Css Of Html File Fetched With Chrome.runtime.geturl()

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?

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?

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

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?

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)

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?

"communicate" The Contents Js And Background Js Files In Extension

I am writing an extension and I encountered a problem: I can not send data from the extension menu … Read more "communicate" The Contents Js And Background Js Files In Extension

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

Jquery Validate Within Chrome Extension Options Page

Completely new to this and JavaScript and coding in general so my apologies go out before I start. … Read more Jquery Validate Within Chrome Extension Options Page

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

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

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