Skip to content Skip to sidebar Skip to footer
Showing posts with the label Google 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 Form Input Text Is Blank On Submit

I'm trying to build a chrome extension that downloads a bunch of items from links, the main log… Read more Chrome Extension Form Input Text Is Blank On Submit

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?

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?

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

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

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

How To Include A Link In A Webkit Notification?

I am creating a Chrome extension and I am using the Webkit notifications API. I need to show a link… Read more How To Include A Link In A Webkit Notification?

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

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

Give Chrome Extension Access To Iframe Contents

I've made a Chrome Extension that loads my New Tab page with an of my YouTube subscription pag… Read more Give Chrome Extension Access To Iframe Contents

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

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?

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

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

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

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

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