All Questions
Tagged with microsoft-edge microsoft-edge-extension
144 questions
0
votes
1
answer
232
views
Chrome extension declarativeNetRequest, updateDynamicRules, id for new rule being added is never unique
I wanna make a chrome/edge extension that whenever a URL request is made (like googling, or entering something like a search or a site into the URL bar), checks whether it contains certain keywords, ...
0
votes
1
answer
296
views
Microsoft Edge forcing extension side bar into dark mode
We have a browser extension that uses the side_panel feature in manifest v3. This side panel renders an iframe that points to a live sit.
The colors in the site are in "light mode". It has ...
0
votes
1
answer
195
views
How to let an extension or tab use unlimited amount of RAM in browser
I have been using ChatGPT for a long time and I am wanting to keep offline copy of my prompts. I came across an extension called "ExportGPT" which lets me export my chat into a PDF, Word, ...
1
vote
1
answer
3k
views
How do I fix Content Security Policy directive "script-src 'self'" error?
my first Edge Extension which I am coding for learning purposes does not work, as it generates the following errors: Refused to execute inline event handler because it violates the following Content ...
0
votes
1
answer
208
views
Disabling extensions on localhost in Microsoft Edge
Simple problem really, for development purposes, I want to disable all/some extensions on localhost on Microsoft Edge.
Edge Workspaces cannot do this, and there is no obvious way to achieve this.
Went ...
0
votes
1
answer
300
views
Microsoft Edge API and IE Mode
I like to open links from a sidebar inside a normal tab. This works in general but I am not able to open the tab content in IE mode of edge browser.
If I click a link in the sidebar:
the tab content ...
0
votes
1
answer
319
views
How do I remove the effect of an extension from Microsoft Edge?
Installed a dark theme extension. Applied it, but started hampering some website's look, so deleted it. But, the effects are still persists as my Light mode is complete dark and dark mode is grey. ...
2
votes
2
answers
337
views
How do I transfer the ownership of a Microsoft Edge Extension?
I would like to transfer the ownership of my Microsoft Edge extension. The party whom I would transfer the ownership will manage the updates and features of the extension, and I would no longer want ...
0
votes
2
answers
537
views
Copy content from webpage and paste it in another website to search in Edge or Chrome browser
Need help please.
How can I achieve the following?
I use https://spur.us/context website to investigate IP addresses.
Currently I am having to copy IP address from a website and paste manually in the ...
1
vote
1
answer
5k
views
Microsoft-Edge's command-line option "--load-extension" does not working
I want to load the temporary extension when you open the browser.
But the command for Microsoft Edge does not work.
"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" --load-...
2
votes
1
answer
6k
views
Where is the location of Microsoft Edge Extension Folder that are installed on MacOS?
I am trying to locate the folder that contains the installed extensions for Microsoft Edge macOS but do not know where the folder is. I have extension developer mode enabled so I can see the extension ...
0
votes
2
answers
2k
views
Open URL's in MS Edge and reuse the same tab
Today we have an application that has a button which opens IE11 with a tab with customer id as argument.
For each button click it reuse the existing IE11 tab.
We need to have the same behavior with MS ...
0
votes
1
answer
256
views
Chrome API missing methods
I'm developing a browser extension and it was working fine until today.
When I'm opening "Inspect pop-up window" console and type chrome.storage.local everything looks as expected:
pop-up ...
0
votes
1
answer
500
views
Extension’s icon not showing up in Edge
I’ve defined an icon for my extension with default_icon, but it still shows up as just a puzzle icon in Edge.
Here’s my manifest.json:
{
"name": "The hey say extension",
&...
0
votes
1
answer
1k
views
Not able to load an unpacked edge extension, due to strange errors. How to fix that? [closed]
I am trying to load a half-made extension, to see if it works.
I have made the manifest file, and a few more files to test my extension to see if it works as expected.
the manifest:
but, I instead ...