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