Translate Any Page Bookmarklet
How to Use
- Drag the bookmarklet button below to your browser's bookmarks bar
- Visit any webpage you want to translate
- Highlight text you want to translate (optional - if no text is selected, the entire page will be extracted)
- Click the bookmarklet in your bookmarks bar - TranslatePro will open with the text ready to translate
Drag this button to your bookmarks bar:
On most browsers, simply drag this button to the bookmarks bar at the top of your window
๐ Translate This PageWorks on Chrome, Firefox, Edge, Safari, and most modern browsers
View Bookmarklet Code (for technical users)
(function() {
const selectedText = window.getSelection().toString().trim();
const text = selectedText || document.body.innerText.substring(0, 5000);
const url = 'https://translatepro.app/?text=' + encodeURIComponent(text);
window.open(url, '_blank');
})();Features
- โExtract selected text or entire page content (up to 5000 characters)
- โOpens TranslatePro in a new tab with text pre-filled
- โWorks on any website - no installation required
- โPrivacy-friendly: All text extraction happens in your browser
WordRight โ Grammar confidence companion