browser-extension

Edge Extension with NativeMessaging

℡╲_俬逩灬. 提交于 2021-02-08 04:48:38
问题 I have an edge extension with native messaging support where it communicates with uwp application running in the system. Is it mandatory to have extension packaged within the appx folder of uwp app. if not then how can we upload the extension in edge extension store. I followed the secureInput sample: https://github.com/MicrosoftEdge/MicrosoftEdge-Extensions-Demos/tree/master/SecureInput They are putting extension within the Appx folder of UWP application. how will I upload extension in edge

Unable to get property 'sendMessage' of undefined or null reference

喜你入骨 提交于 2021-01-07 02:50:04
问题 While trying to use browser.runtime.sendmessage(object) function above error occurs. Runtime API is not available and I see that web runtime API is available on a web page. This error occurs in Microsoft Edge and not in other browsers in content scripts. 来源: https://stackoverflow.com/questions/64608103/unable-to-get-property-sendmessage-of-undefined-or-null-reference

Unable to get property 'sendMessage' of undefined or null reference

假装没事ソ 提交于 2021-01-07 02:49:06
问题 While trying to use browser.runtime.sendmessage(object) function above error occurs. Runtime API is not available and I see that web runtime API is available on a web page. This error occurs in Microsoft Edge and not in other browsers in content scripts. 来源: https://stackoverflow.com/questions/64608103/unable-to-get-property-sendmessage-of-undefined-or-null-reference

How to get contentWindow of the frame after the change of its cross-origin source by a script?

ⅰ亾dé卋堺 提交于 2020-04-30 09:29:10
问题 I am developing a Chrome/Firefox extension, which is intended to be used only with my own Web-application that should semi-automatically process different Web-pages in a certain specific way. In the context of this question my application is just a single Web-page, containing a single iFrame , which source is initially from the same domain. When an application's user chooses the URL of a page to be processed, this URL is assigned as the new source of the frame. To process the chosen page,

How to get contentWindow of the frame after the change of its cross-origin source by a script?

扶醉桌前 提交于 2020-04-30 09:27:30
问题 I am developing a Chrome/Firefox extension, which is intended to be used only with my own Web-application that should semi-automatically process different Web-pages in a certain specific way. In the context of this question my application is just a single Web-page, containing a single iFrame , which source is initially from the same domain. When an application's user chooses the URL of a page to be processed, this URL is assigned as the new source of the frame. To process the chosen page,

How to get contentWindow of the frame after the change of its cross-origin source by a script?

南笙酒味 提交于 2020-04-30 09:27:22
问题 I am developing a Chrome/Firefox extension, which is intended to be used only with my own Web-application that should semi-automatically process different Web-pages in a certain specific way. In the context of this question my application is just a single Web-page, containing a single iFrame , which source is initially from the same domain. When an application's user chooses the URL of a page to be processed, this URL is assigned as the new source of the frame. To process the chosen page,

REST development plugin for browser with all HTTP methods

三世轮回 提交于 2020-01-29 14:32:11
问题 Is there a plugin for any web browser which gives you a GUI to perform PUT's, DELETE's etc? I've written a navigable REST app, and I would like to be able to poke around a bit with my browser to try it out and to demo the API, but since they all lack DELETE and PUT it becomes cumbersome. 回答1: There are several FireFox plugins for that, including "Poster" and "REST client". 回答2: You can poke around easily by serving http://www.aminus.net/wiki/Okapi alongside your regular site content. It