Skip to content
#

webextensions

Universal standard for creating browser extensions.

Working through a W3C charter group, Mozilla has partnered with Microsoft and Opera to define a browser extension API that works across multiple browsers.

There is currently a preliminary specification that matches what Google has implemented in Chrome so that extensions written to the specification could potentially work on Chrome, Edge, Opera and Firefox.

Here are 252 public repositories matching this topic...

luckyrat
luckyrat commented Oct 26, 2020

For people that use the standalone password generator as part of their workflow, it would be better if they didn't have to refocus the previous input field after they close the generator panel.

  • document.activeElement.hasFocus() will tell us what is currently focussed
  • If it exists we can store a reference to the activeElement in the PanelStub instance
  • When closing the PanelStub we can c

Created by Browser Extension Community Group

Released May 7, 2015

Website
browserext.github.io

Related Topics

browser chrome chrome-extension edge firefox firefox-extension mozilla opera w3c
You can’t perform that action at this time.