google-chrome-app Questions
6
Solved
I use chrome.fileSystem API in my app to open a file. When I click the Cancel button of the file chooser dialog, an error occurs:
Unchecked runtime.lastError while running fileSystem.chooseEntry...
Photography asked 10/2, 2015 at 12:18
20
Solved
Is it possible to remove or disable "Inspect Element" context menu in Chrome App via Javascript?
I have searched through several forums but there are no definite answer.
Illusionist asked 24/2, 2015 at 7:48
7
I am making an application and I want to make it installable on the user's desktops using chrome URL shortcut. Therefore, is there a universal path to the chrome.exe that can launch my app on all W...
Aiaia asked 19/7, 2013 at 0:24
2
I am trying to migrate my chrome extension from manifest version 2 to 3. Now that background scripts are replaced by service workers in manifest v3, I can no longer use a html file and refer js fil...
Battik asked 28/2, 2021 at 7:8
8
Im creating a chrome extension for Rss reader in that im getting the above error. please help
manifest.json
{
"name": "Tutorialzine Extension",
"manifest_version": 2...
Alexandrina asked 15/7, 2013 at 11:39
3
In latest Chrome DevTools I can see a new information:
Now, I'm not sure how to use this information. It seems to appear randomly in the app. How can I debug the app to avoid potential out-of-me...
Tyre asked 8/2, 2017 at 10:34
4
Solved
Deploying a chrome packaged app and publishing updates on the chrome web store allows users to automatically receive application updates. There are situations where you want to know if the running ...
Silken asked 2/4, 2013 at 21:59
3
I'm new in Devloper so not familiar about few things.
Can anyone help me adding Permission Justification?
PERMISSION JUSTIFICATION
A permission is either one of a list of known strings, such as "...
Pamper asked 15/3, 2020 at 5:43
2
Solved
Is there a way to disable inspect element, right click and F12 in google chrome?
Handspike asked 18/12, 2013 at 13:48
2
Chrome API for sockets is not working now for me.
I've got following manifest:
{
"name": "My name",
"version": "0.1",
"manifest_version": 2,
"background": {
"page": "background.html"
},
"b...
Interrex asked 28/8, 2012 at 14:51
2
Solved
I want to make a little painting program. So i am going over if it's even possible. As with all good painting programs it needs to have pressure sensitivity. And i don't think i have ever come acro...
Olia asked 3/12, 2013 at 17:15
2
Can we retrieve our machine serial number in our chrome extension?
For example I can get the serial number in windows by executing following command in the shell
wmic bios get serialnumber
Ho...
Potential asked 6/3, 2014 at 11:38
1
This question is pretty short and self explanatory. I'm wondering how I can run my Chrome extension in NW.js.
I know you can run an app in NW.js and I think you can run extensions as well?
I can'...
Carvey asked 5/9, 2016 at 17:42
1
Solved
In my particular network environment the Google chrome executable can access via an authenticated outgoing proxy server external web sites. Other executables however (when pointing to that outgoing...
Mastat asked 28/10, 2018 at 3:52
2
Solved
This is the JSON stored in my chrome local storage
{"users":[
{"password":"123","userName":"alex"},
{"password":"234","userName":"dena"},
{"password":"343","userName":"jovit"}
]}
Is it possib...
Righthand asked 30/7, 2014 at 8:27
3
Solved
As of version 66 of Google Chrome onwards it will no longer automatically start playback of audio and video files when the playback volume is not muted.
This change was made to prevent autoplay on...
Doriedorin asked 19/4, 2018 at 12:43
6
Solved
I'm building a Chrome Packaged App. I want to put the script configuration if a config file in a resource directory and on startup want to read that by Javascript.
For example
Project
WebConte...
Lenten asked 11/10, 2013 at 5:36
2
In order to fill the whole height of the page, I use height: 100%; for html and body tags,
and it works fine until a browser would be closed and reopened.
(I don't use 100vh because of issues on mo...
Newson asked 19/11, 2019 at 13:39
3
I have to develop an app with Windows, MacOS and Chrome OS support – at the very least. Chrome OS is an important requirement because this app is intended to be used in schools – where Chromebooks ...
Mistress asked 28/8, 2017 at 19:26
2
Solved
Is there any way to get javascript IntelliSense for developing Google Chrome apps and extensions in Visual Studio 2012?
Sackcloth asked 1/2, 2014 at 2:40
4
Solved
In a packaged Chrome app, I'm trying to read from a file in the PERSISTENT storage, and create it if it doesn't exist:
window.webkitRequestFileSystem(PERSISTENT, 1024*1024, function(fileSystem) {
...
Carliecarlile asked 17/3, 2014 at 13:27
3
Solved
Using Chrome API chrome.storage.local, I can save and successfully retreive an array but I cannot retreive a Map object.
var folders = new Map()
//... populate Map
chrome.storage.local.set( { "my...
Kajdan asked 24/7, 2015 at 7:59
2
I have implemented a solution according to https://gist.github.com/aaronk6/d801d750f14ac31845e8 and it worked fine till chrome 85 .With latest chrome Update Onblur not detecting open protocol handl...
Blueprint asked 3/11, 2020 at 7:34
2
I created an application extension from chrome, and I want to hide the bar of information:
I want to hie the green area, which is show's in the above picture.
Wendolyn asked 30/7, 2019 at 11:3
1
I want to detect if third party cookies are disabled or not. For this I wrote some code, but I was also using this site: https://www.whatismybrowser.com/detect/are-third-party-cookies-enabled
In th...
Duffie asked 26/10, 2020 at 15:12
1 Next >
© 2022 - 2024 — McMap. All rights reserved.