"# translation-extension"
translation-extension/ ├─ icons/ │ └─ icon.png ├─ data/ │ └─ dictionary.js ├─ services/ │ └─ translationService.js ├─ background.js ├─ content.js ├─ tooltip.js ├─ styles/ │ └─ tooltip.css ├─ options/ │ └─ options.html ├─ manifest.json ├─ README.md
Open chrome://extensions ➔ Load unpacked ➔ Choose directory.