Skip to main content
0 votes
0 answers
23 views

I am building a Chrome extension where some user data (for example tab metadata) must remain on the user’s device due to Chrome Web Store privacy policies. The extension is not allowed to send this ...
codeguyakash's user avatar
-1 votes
0 answers
54 views

I am building a Chrome extension where some user data must remain on the user’s device due to Chrome Web Store privacy policies. The extension is not allowed to send this data to a server. Because of ...
codeguyakash's user avatar
Advice
0 votes
0 replies
52 views

I am developing a Chrome extension for ChromeOS. I need to determine whether there is a supported API that allows an extension to enumerate installed ChromeOS applications, including: - Default system ...
karthi-keyn React's user avatar
0 votes
1 answer
77 views

I'm building a Chrome Extension (Manifest V3) that injects a content script on https://degreeplanner.osu.edu. The content script needs to read course information from the page DOM. The content script ...
Jeremiah Melidor's user avatar
-1 votes
0 answers
123 views

I am trying to further develop a Chrome extension from a version that has been working well for years. The snag that I have run into is as follows: If I have two tabs open, with different pages but ...
danbae's user avatar
  • 691
0 votes
0 answers
57 views

How can you edit the right-click menu on google docs using google chrome to display a button that says "open sidebar," and the sidebar will be a simple "hello world" sidebar?
Blue_Leopard47's user avatar
0 votes
0 answers
112 views

troubleshoot I am using the chrome.tabGroups.query() API to retrieve all tab groups in Chrome. It successfully returns the groups for "TAB" and "YOUTUBE", but I can't seem to get ...
inftape's user avatar
  • 41
1 vote
1 answer
86 views

I'm developing an extension that redirects specific URLs. I'm using chrome.declarativeNetRequest.updateDynamicRules to create dynamic rules like one that is presented down below. Then my extension can ...
Alex's user avatar
  • 207
1 vote
0 answers
86 views

I’m trying to implement a chrome extension using Angular21. I need to compile background script, that is written using TypeScript. For this I need to compile background script inside Angular build. I ...
Alex's user avatar
  • 207
Advice
0 votes
0 replies
75 views

I'm writing a Chrome extension to help with Wordpress Gutenberg editor. When I click a block in the editor, a context menu appears, like this: How can I programmatically make this context menu appear ...
Esa Toivola's user avatar
  • 1,538
Advice
0 votes
2 replies
102 views

User can see it opening chrome://version page. But unfortunately i found no way to get it programmatically. I did try to fetch this page or load a content-script. But by fetch i get an error that this ...
Alex's user avatar
  • 207
9 votes
0 answers
445 views

I have one HTML page. This is the entirety of the code: <html> <body> <pre class="language-javascript"><code> function x(){ } </code></pre> ...
Kendrick Taylor's user avatar
Tooling
3 votes
1 replies
359 views

Google Chrome recently introduced a "Split View" feature. It can be accessed in the context menu for anchor HTML elements and then opens the page on the right side. It seems they treat it ...
schmijos's user avatar
  • 8,862
0 votes
0 answers
151 views

I am building a Firefox “New Tab” WebExtension that shows a full-screen looping video wallpaper (cat + fireplace). For perf reasons I try to show a static preview instantly and then fade into the live ...
Muhammad Rokonuzzaman's user avatar
Advice
0 votes
2 replies
50 views

I'm trying to write a Chrome extension for editing a WordPress page. I'd like the extension to modify an HTML block. I've tried to modify the textarea element's value and textContent but these changes ...
Esa Toivola's user avatar
  • 1,538

15 30 50 per page
1
2 3 4 5
1967