Import Google Translate saved phrases into the local storage and display them on a tooltip for relevant text on a web page.
🚧 Aye.
Preload mozilla/webextension-polyfill, the only production dependency.
Testing it on Firefox and Chrome. (Opera 🐛)
Build with Rollup to /dist folder that contains templates (temporary).
# Project setup
npm install
# Compiles and watch for development
npm run dev
# Compiles and minifies for production
npm run build