Top "Google-chrome-app" questions

Don't use this tag for PWA or the Chrome app/binary itself!

Content Security Policy in Chrome App

My Chrome app has the following manifest: { "name": ", "version": "1.0.3", "manifest_version": 2, "description": "Chrome Extension for.", "icons": { "16": "images/test.png", "19": "images/…

javascript google-chrome manifest google-chrome-app content-security-policy
How can I enable my chrome extension in incognito mode?

I created an extension for Google Chrome and would like to know if it is possible for my extension to …

google-chrome google-chrome-extension google-chrome-app incognito-mode
How to change chrome packaged app id Or Why do we need key field in the manifest.json?

I'm developing packaged app for chrome store using one-time chrome wallet payments. For my app I need to check during …

google-chrome google-chrome-extension google-chrome-devtools chromium google-chrome-app
Unchecked runtime.lastError when using Chrome API

I use chrome.fileSystem API in my app to open a file. When I click the Cancel button of the …

javascript google-chrome-extension google-chrome-app
show notifications in chrome extension

I'm writing my first chrome extension. In my chrome extension I have added an option in Right Click Context menu. …

javascript google-chrome google-chrome-extension google-chrome-app
Using chrome app (postman) in android phone

It is possible to use existing chrome application like POSTMAN in android phone? If yes, how to use it? thanks

android google-chrome-app postman
Chrome DevTools: paused before potential out-of-memory crash

In latest Chrome DevTools I can see a new information: Now, I'm not sure how to use this information. It …

javascript google-chrome google-chrome-app
How to allow video autoplay in a Google Chrome kiosk app in version 66 or later

As of version 66 of Google Chrome onwards it will no longer automatically start playback of audio and video files when …

google-chrome-extension html5-video html5-audio google-chrome-app google-chrome-os
How do you get the device name (or hostname) from a Chrome Extension?

Is there a way to retrieve the device name from a Chrome Extension? Ideally I'd like to get the same …

google-chrome google-chrome-extension google-chrome-app