Hello,
are there any typings for Typescript for using Webextensions?
I want to write a Extension with angular and typescript and doesn´t find a way to use for example “browser.executeScript”
Thanks!!
Hello,
are there any typings for Typescript for using Webextensions?
I want to write a Extension with angular and typescript and doesn´t find a way to use for example “browser.executeScript”
Thanks!!
There seems to be no official typings but Michael Zapata have made this: https://github.com/michael-zapata/web-ext-types
I am currently using it for an extension and it works pretty well.