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

How Do I Create A Chrome App Effectively Acting As A Launch Page In Kiosk Mode?

This is my first Chrome app creation attempt. Our school wants to create kiosk app for Chromebooks … Read more How Do I Create A Chrome App Effectively Acting As A Launch Page In Kiosk Mode?

Saving A File From A Chrome Packaged App

I have a Chrome packaged app that has taken me a while to get my head around but I finally have it … Read more Saving A File From A Chrome Packaged 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

How To Launch A Pdf From A Chrome Packaged App?

My chrome packaged app contains a PDF, and I would like to let the user view it. If I open it in th… Read more How To Launch A Pdf From A Chrome Packaged 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

How To Access Internal Resources From Background.js

In a Google Chrome application is it possible to access bundled data files from within the backgrou… Read more How To Access Internal Resources From Background.js

Clearing Webview Data

I have a Chrome App with a webview that has a 'persistent partition', I need to have a butt… Read more Clearing Webview Data

How To Wait For Page To Finish Loading All Content Before Running Script Or How To Best Detect Major DOM Changes

I'm making a text replacing extension (of sorts) using the method described here as a basis for… Read more How To Wait For Page To Finish Loading All Content Before Running Script Or How To Best Detect Major DOM Changes