2,504 questions
0 votes
0 answers
86 views
React Web App, mobile browser incorrectly sizing background
On chrome mobile browser i have a full screen background image, the div is set to the following details: CREATED AN EXAMPLE PROJECT TO SHOW ISSUE function App() { return ( <> <...
0 votes
0 answers
60 views
How to use chrome API in existing next app
I am creating a bookmarking app using next.js. I want to setup a button on clicking which, the bookmarks open up in a tab group in the browser. But for that, I need to be able to use the chrome API in ...
0 votes
0 answers
76 views
Probleme with my first project: Chrome Extension. I am stuck
I have recently created a beginner's Chrome extension project. The idea behind this project is to simulate an automatic click on the "F1" key and display a confirmation message when I click ...
1 vote
1 answer
944 views
Unchecked runtime.lastError: This request exceeds the MAX_CAPTURE_VISIBLE_TAB_CALLS_PER_SECOND quota
I am getting this exception in my background.html page. I don't know what this exception says. Can anyone explain this exception and also tell me how to resolve this exception. The exception details ...
1 vote
0 answers
177 views
How can I get list of window's tabs in react web app with chrome extension?
In chrome extension, I am able to get all window tabs in popup.html But i am unaware about how to communicate with chrome extension so that i get all tabs in react index page. Please provide details ...
0 votes
1 answer
102 views
is Google ManagedConfiguration API is also supported on android/ios?
i have added this line in my code which fetched the configuration for my application , navigator.managed.getManagedConfiguration(['Config']) However , when i am trying to access from my chrome android ...
0 votes
1 answer
934 views
Blurry Printing from Google Chrome to thermal printer
I am using google chrome for POS, my problem when i print the receipt from the browser the printing very blurry and bad quality. Any idea how to fix this. I am using ZYWELL, Thermal Receipt. Printing ...
0 votes
1 answer
982 views
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 ...
0 votes
1 answer
63 views
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
1k views
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 ...
0 votes
0 answers
41 views
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 ...
0 votes
3 answers
730 views
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&...
1 vote
2 answers
788 views
Is there any option available to fix a chrome extension always on top of another window
Currently i'm developing google chrome extension. The Problem is when i click outside the extension it goes behind another window. But the requirement is I always want to display the window even if ...
0 votes
1 answer
121 views
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 ...
3 votes
2 answers
18k views
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 extension、 https://chrome....