Top "Google-chrome-app" questions

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

Run chrome in fullscreen mode on Windows

I want to configure my computer to launch Google Chrome Windows start up. It should start in full screen mode …

google-chrome google-chrome-app
How to read a properties file in javascript from project directory?

I'm building a Chrome Packaged App. I want to put the script configuration if a config file in a resource …

javascript jquery filereader google-chrome-app properties-file
Universal path to chrome.exe

I am making an application and I want to make it installable on the user's desktops using chrome URL shortcut. …

google-chrome google-chrome-app
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'"

Im creating a chrome extension for Rss reader in that im getting the above error. please help manifest.json { "name": "…

google-chrome google-chrome-extension google-chrome-app
Refused to execute inline event handler because it violates CSP. (SANDBOX)

I'm developing a google chrome packaged app, when I put Sandbox in the manifest.json: { "manifest_version": 2, "name": "WM32216", "version": "2.1", "…

javascript jquery google-chrome google-chrome-app sandbox
Apps, Extensions and scripts cannot be added from this website

I'm trying to add the Rapid Interface Builder extension to chrome using the rib.crx file I downloaded from https://01.…

google-chrome google-chrome-extension google-chrome-app crx
Chrome Extension Message passing: response not sent

I am trying to pass messages between content script and the extension Here is what I have in content-script chrome.…

javascript google-chrome google-chrome-extension google-chrome-app
Is it possible to remove "Inspect Element"?

Is it possible to remove or disable "Inspect Element" context menu in Chrome App via Javascript? I have searched through …

javascript google-chrome google-chrome-app
Difference between Chrome Apps and Extensions

What is the difference between Chrome Apps and Extensions? What can you do with apps that you can't do with …

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