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

How Do I Remove The Space At The Bottom Of The Page(chrome Extension)?

How can I remove the ugly white space at the bottom under the radio buttons? There is nothing in th… Read more How Do I Remove The Space At The Bottom Of The Page(chrome Extension)?

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

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

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

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)

Getting Snippet Of Text From External Page Into Google Chrome Extension

I'm try to develop a simple google chrome extension. What it does it that it displays the num… Read more Getting Snippet Of Text From External Page Into Google Chrome 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

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

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

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

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?

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

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

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?

Using Plugins In Chrome Extension

I am making a Chrome extension and want to implement a plugin mark.js (https://markjs.io/) that wou… Read more Using Plugins In Chrome Extension

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?

How Can An Iframe That Has Content, Have An Undefined Contentdocument Object?

I've been trying to develop a browser extension that needs to inject event handlers into all iF… Read more How Can An Iframe That Has Content, Have An Undefined Contentdocument Object?

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

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