Read this page in other languages:
To translate text in local PDF files opened by the browser:
- Enable
Use Built-in PDF Viewerin Edge Translate settings. - Open the browser extension details page:
- Chrome:
chrome://extensions/?id=dpdpboiiginghjjmndfdjeackcibfcnb - Microsoft Edge:
edge://extensions
- Chrome:
- Turn on
Allow access to file URLsfor Edge Translate. - Refresh the open PDF tab.
The recommended way to install Edge Translate is from the Chrome Web Store. Chrome can install it directly, and Microsoft Edge also supports installing it from the Chrome Web Store.
- Open the Chrome Web Store listing.
- Click
Add to Chrome. - Confirm the installation when prompted.
- Open the Chrome Web Store listing in Microsoft Edge.
- If prompted, allow extensions from other stores.
- Click
Add to Chrome. - Confirm the installation when prompted.
If you need to install a release package manually or load an unpacked local build, release packages are available at GitHub Releases.
- Extract the extension package to a local folder.
- Open
chrome://extensions. - Enable
Developer mode. - Click
Load unpacked. - Select the extracted extension directory.
- Extract the extension package to a local folder.
- Open
edge://extensions. - Enable
Developer mode. - Click
Load unpacked. - Select the extracted extension directory.
To build the extension, install Node.js and pnpm.
Clone the repository:
git clone https://github.com/three-water666/EdgeTranslate.gitInstall dependencies:
pnpm installBuild the extension:
pnpm buildAfter the build finishes, the unpacked extension output is available under:
./packages/EdgeTranslate/build/chrome/
Create a zip package:
pnpm packageAfter packaging finishes, the release package is available under:
./packages/EdgeTranslate/artifacts/
Start a development build with file watching:
pnpm devThe development output is available under:
./packages/EdgeTranslate/dev/chrome/
This project continues maintenance work based on the original open source project Edge Translate. Thanks to the original authors and contributors for their work.


