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

How To Do A Synchronous Xmlhttprequest In Chrome App?

Using the following code: var xhr = new XMLHttpRequest(); xhr.open('GET', url, false); Yie… Read more How To Do A Synchronous Xmlhttprequest In Chrome App?

Automatically Jump To A Certain Part Of A Webview

I'm making a Chrome App, and i'm using the web view tag, which is similar to an iframe. Is… Read more Automatically Jump To A Certain Part Of A Webview

Open Chrome In A New Window (chrome App)

I'm trying to create a chrome app that when i click on a button, it opens a new chrome window, … Read more Open Chrome In A New Window (chrome App)

Chrome App, Getting Logged In User's Email Address

I have searched tutorials like https://developer.chrome.com/apps/app_identity, but I cannot see how… Read more Chrome App, Getting Logged In User's Email Address

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

Delete Javascript Blobs?

I'm having a heck of a time getting rid of these stupid things. I've got a couple of Chrome… Read more Delete Javascript Blobs?