[Vuejs]-Accessing browser API through Vuejs

0👍

browser.tabs and browser.dns are part of the Browser Extensions API. And Vue can be used to create browser extensions, so yes, it’s possible to use that API from Vue.

For example, vitesse-webext is a starter template for creating cross-platform (including Chrome and Firefox) browser extensions with Vue.

    Leave a comment