Kocal / vue-web-extension

🛠️ A Vue CLI 3+ preset (previously a Vue CLI 2 boilerplate) for quickly starting a web extension with Vue, Babel, ESLint and more!
https://vue-web-extension.netlify.app/
MIT License
1.58k stars 167 forks source link

Open vue app when select word #651

Closed eserdinyo closed 3 years ago

eserdinyo commented 3 years ago

Hello. Can I open a vue popup app when the user selects a word on the page? It's like a google translate extension.

Kocal commented 3 years ago

Hi, I don't think is related to the Vue web extension preset, but I'm sure you can with https://stackoverflow.com/a/3545073.