YuraDev / vue-chrome-extension-template

vue chrome extension template
MIT License
651 stars 104 forks source link

How to interact with page elements #25

Open rrfaria opened 5 years ago

rrfaria commented 5 years ago

I Would like to get some form fields and populate with data stored in vue and in the other hand I would like also scrape page to pass data to vue. How can I do that?

slc3a2 commented 5 years ago

get data in the content page pass to background save use this in the popup.vue created

var bg = chrome.extension.getBackgroundPage();
bg.test();// test is a function in bg