Questions tagged [microsoft-edge-extension]

Extension development for Microsoft Edge browser.

This tag is dedicated to questions about extension development for the Microsoft Edge web browser.

Starting with build 14291 for the Windows 10 Insider Preview, a selection of extension is now available for Microsoft Edge. When fully released to mainstream builds of Windows 10, extensions will be available via the Windows Store.

The Microsoft Edge extension API is documented here.

Accessibility: https://learn.microsoft.com/en-us/microsoft-edge/accessibility

Adding and removing extensions for preview builds of Microsoft Edge: https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/adding-and-removing-extensions

Debugging extensions: https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/debugging-extensions

Microsoft Edge extension API roadmap: https://learn.microsoft.com/en-us/microsoft-edge/extensions/api-support/extension-api-roadmap

Internationalization: https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/internationalization

Microsoft browser extension policy: https://learn.microsoft.com/en-us/microsoft-edge/extensions/microsoft-browser-extension-policy

Supported APIs: https://learn.microsoft.com/en-us/microsoft-edge/extensions/api-support/supported-apis

Supported manifest keys: https://learn.microsoft.com/en-us/microsoft-edge/extensions/api-support/supported-manifest-keys

Troubleshooting: https://learn.microsoft.com/en-us/microsoft-edge/extensions/troubleshooting

Package: https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/packaging

252 questions
0
votes
1 answer

chrome.permissions is not available in Edge extension

I am porting my Chrome extension to work in Microsoft Edge. I used Microsoft's toolkit and bridged the code. But i get an error is console saying "SCRIPT5007: Unable to get property 'contains' of undefined or null reference". This is thrown at the…
0
votes
1 answer

Access local web files via Microsoft Edge extension

Recently we migrated a Chrome extension to Microsoft Edge. We face only one problem. Extension should interact with webpages, that works fine with online webpages but not with local files. Chrome offers for this situation permission called…
0
votes
1 answer

Microsoft Edge Extension document.cookie silently fails do store

I have a chrome extension where i store a cookie within the document.cookie. This is then refetched every time the user opens the popover. I have used the Microsoft Edge convertor tool, to convert the extension to support the edge browser. This all…
Dan
  • 1,447
  • 2
  • 14
  • 30
-1
votes
1 answer

Folders are not creating after running this command - manifoldjs -l debug -p edgeextension -f edgeextension -m \manifest.json

This is command for packaging edge extension - manifoldjs -l debug -p edgeextension -f edgeextension -m \manifest.json. - I gave here the path of my extension manifest.json file. After manifoldjs finished running following folders should create…
-1
votes
1 answer

Microsoft Edge Extension Auth0 implementation - Authorization page could not be loaded

I already successfully implemented Auth0 in Chrome Extension which is available in Chrome Store, and now I'm trying to convert this extension for Microsoft Edge. On the extension side, code is completely the same. I update Allowed Origins (CORS),…
kecman
  • 813
  • 3
  • 14
  • 34
-1
votes
1 answer

ManifoldJS to package a Windows EdgeExtension, but the result is empty

I follow the guide to package the extension in this guide: https://learn.microsoft.com/en-us/microsoft-edge/extensions/guides/packaging/using-manifoldjs-to-package-extensions. The sample extension is in download…
Hancel
  • 11
  • 1
  • 3
-1
votes
2 answers

How to navigate Edge extension local storage callback requirements

I'm trying to access the local storage data in Edge set by my options page, using my popup script. Is there a current, working example of this available? I was using localStorage, but it would only update the popup if I reloaded the extension after…
-1
votes
1 answer

How to automate porting process from chrome extension to edge?

I am familiar with Microsoft Extension Toolkit - but i'm looking for some command line tool that can convert the chrome extension to edge.
Ponpon32
  • 2,150
  • 2
  • 15
  • 26
-1
votes
2 answers

Edge extension failed the package compliance test on submission

I recently submitted my edge extension to microsoft store to get reviewed. But it failed the package compliance test. I am not sure how to proceed now. I went through my manifest json for invalid entries and there were none. I have pasted my…
Vickmaniac
  • 165
  • 9
-1
votes
1 answer

executeScript not working if frameId included

Does Microsoft Edge support executeScript with frameId yet? If I do: browser.tabs.executeScript(tabId, { frameId:0, code:'alert("wha")' }) If I include frameId in it, it causes error of this: Unhandled promise rejection Error: Invalid value for…
Noitidart
  • 35,443
  • 37
  • 154
  • 323
-1
votes
1 answer

SEC7111 HTTP security compromised by Microsoft Edge extension

I implemented an edge extension where my popup has embedded iframe while loading the popup, it throws an error i.e. SEC7111: HTTPS security is compromised by…
-1
votes
1 answer

What are Edge Supported Plugins

I know there are some changes in the plugins support in IE11 and Edge. What plugins are still supported in Edge and what are not?
1 2 3
16
17