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

How To Launch A Chrome App From A Chrome Extension?

Typically an app is opened from chrome://apps/ or in the button Chrome apps, but how would from an … Read more How To Launch A Chrome App From A Chrome Extension?

Is There A Way For Chrome Packaged Apps To Handle Http Basicauthentication

I'm building a Chrome packaged app called Git Crx and as the name suggests it needs to go netwo… Read more Is There A Way For Chrome Packaged Apps To Handle Http Basicauthentication

Log In To A Chrome App Or Extension

How would I go about creating an auth system requiring a user to log in to a Chrome app or extensio… Read more Log In To A Chrome App Or Extension

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?

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)

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?

Google Chrome App - Check If App Or Regular Site

I am working on project which will run as Chrome App & regular site. How can I test/check in my… Read more Google Chrome App - Check If App Or Regular Site

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