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?

Chrome Webstore Extension In App Purchase Internal_server_error

Partial success with the Chrome InApp purchase flow within a Chrome extension. I have included the … Read more Chrome Webstore Extension In App Purchase Internal_server_error

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

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

Open Chrome.identity.launchwebauthflow As A Tab (chrome Extensions)

I am using chrome.identity.launchWebAuthFlow() to direct a user through OAuth2 of a non-Google API … Read more Open Chrome.identity.launchwebauthflow As A Tab (chrome Extensions)

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