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

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

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

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

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)

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

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

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

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

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

Html5 Audio. How To Get Bitrate

I'm writing an extension for google chrome. And I have a situation: I've got a link for mp3… Read more Html5 Audio. How To Get Bitrate

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

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?

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

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

Jquery Dialog Not Displaying Correctly When Injected

I'm making a Chrome extension and I'm trying to inject Jquery when the user clicks an eleme… Read more Jquery Dialog Not Displaying Correctly When Injected

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