Questions tagged [google-chrome-app]

Don't use this tag for PWA or the Chrome app/binary itself! Use this tag only for apps built using Chrome App specification. Just like web apps, Chrome Apps are written in HTML5, JavaScript, and CSS, yet they look and behave like native apps, and they have native-like capabilities that are much more powerful than those available to web apps.

Note: Chrome Apps are to be discontinued by early 2018 for Windows, Mac, and Linux. However, they will still be supported on Chrome OS.

Google Chrome Apps deliver an experience as capable as a native app, but as safe as a web page. Just like web applications, Chrome Apps are written in HTML5, JavaScript, and CSS. But Chrome Apps look and behave like native applications, and they have native-like capabilities that are much more powerful than those available to web applications.

Chrome Apps are distinct from Chrome Extensions; use the tag if you want to ask a question about Chrome extensions.

Note: Chrome for mobile platforms ("Chrome app") is not covered by this tag. Use the tag for questions regarding mobile Chrome.

Chrome Apps have access to Chrome APIs and services not available to traditional web sites. You can build powerful apps that interact with network and hardware devices, media tools, and much more. Here's a short list of examples:

Working samples and examples can be found on GitHub as well as a step-by-step guide.

The term "Chrome app" used to refer to legacy "packaged apps", which is deprecated in favour of Chrome apps.

2527 questions
0
votes
0 answers

Chrome extension listener not triggering on event

I am currently working on a Chrome extension that needs to capture and print the First and Last Name fields when a user registers on a certain webpage. However, I am facing an issue where the listener for the registration event is not being…
0
votes
0 answers

File System Access API: how to get the content of file stored in the indexedDB

How I can retrive the content of a file using the following code that get a file stored in indexedDB button1.addEventListener('click', async () => { try { const fileHandleOrUndefined = await get('file'); if (fileHandleOrUndefined) { …
0
votes
1 answer

selenium.common.exceptions.SessionNotCreatedException of ChromeDriver supports Chrome 110 version is 112.0.5615.138

selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 110 Current browser version is 112.0.5615.138 with binary path C:\Program Files…
0
votes
0 answers

Chrome extension toggle button to switch on and off my popup

I made a toggle button in my popup that switches from popup_0.html (default popup) to popup_1.html. If the toggle is off: popup_0.html is used. If the toggle is on: popup_1.html is use. My problem is that the switching of the popup is not instant,…
0
votes
0 answers

Send Message from Chrom extension to Launch Agent Mac

Is it possible to send message from chrome extension to a launch agent or to a daemon in mac ?
0
votes
0 answers

How do I upload my react-based chrome extension to the developer store when it has multiple manifest.json files?

So I have a react project that has multiple manifest.json files in different folders: I am getting errors when trying to publish this to the developer store, saying I have multiple manifest.json files. I've tried to delete some and publish but I…
Daichi
  • 309
  • 1
  • 2
  • 10
0
votes
0 answers

Unable to allow notifications permission in kiosk mode

I have a web app that uses the firebase Cloud Messaging API. In order for this to work properly I need to allow the browser notification permission. My only problem is that, I can't allow the notification permission if the web app is rendered inside…
0
votes
0 answers

How to redirect a user to login page of when refresh token expires in chrome extension?

I am working on a chrome extension, where I want to redirect or navigate a user to homepage, when the refresh token expires. I tried adding window.location.replace, but it didn't work, is there any other way to redirect a user?
0
votes
0 answers

How to record the current tab of the user without giving them the prompt to choose which screen they want to share

I am new to extension development, and I am trying to create something like loom chrome extension which would record user screen. After researching I found out that desktopCapture api can be used to record the user screen, but using the…
0
votes
0 answers

Show popup when user navigates to a particular site

I am trying to create a Chrome extension that automatically generates a small pop up on the side when the user navigates to a particular site. I went through the documentation on Chrome's developer page & followed the tutorial but I am not sure how…
0
votes
3 answers

How to resize already exising window and open new chrome window on the right side

Currently i'm developing google chrome extension. I tried using the below code chrome.action.onClicked.addListener(async () => { chrome.windows.create({ url, type: "panel", height:650, width: 400, …
0
votes
0 answers

Google Tasks as separate window chromium app

I like to keep Google Tasks open, but it is only offered in the sidebar of heavy website like Gmail, Google Calendar, etc. Going through the (relatively light) HTML of Google Calendar, gave me this URL, which redirects to a valid standalone Google…
Bastiaan Quast
  • 2,802
  • 1
  • 24
  • 50
0
votes
0 answers

How to pass user credentials from my app to Google Chrome Extension

Just starting to build my first Google Chrome Extension and I'm confused about how one could pass user credentials from an app, and log users into the extension. I need to pass a user key. Can Chrome Storage be used for that? I have tried another…
0
votes
1 answer

Location of old Pocket Chrome Webapp (Packaged App) to copy to new laptop

The Chrome web app for Pocket (Packaged App) used to be able to store articles offline is no longer available. The help page says only MacOS offline desktop app exists. I have a laptop with a relatively old install of (Arch) Linux, with Chromium,…
Bastiaan Quast
  • 2,802
  • 1
  • 24
  • 50
0
votes
1 answer

Is there any way to use chrome extension on iPad

I would like to use chrome extension on iPad with google chrome. Is there any way to use it? I tried to install Orion which is 3rd party browser, but I could not use below…