I am trying to get the current tab url from background.js and render it onto the popup.html. How can I do the same? I am using the Vuejs framework to create a plugin.
I tried sending the data as a message from background.js to popup. But the onClicked event does not allow it to be run on the popup.
I expect to have the url of the current open tab in the popup plugin, with which I intend to do other things.