Page Translation
Translate entire web pages to your preferred language with automatic language detection.
Features
100+ Languages
Translate to and from over 100 languages worldwide.
Full Page Translation
Translates all visible text content on the page.
Language Detection
Automatically detects the source language.
Show Original
Easily toggle back to the original text.
Using Translation
1
Navigate to Foreign Page
Open a page in a language you want to translate.
2
Open Translation
Tap the translate icon in the browser menu.
3
Select Target Language
Choose your preferred language from the list.
4
View Translation
The page content is translated in place.
Supported Languages
Translation supports major languages including:
Englishen
Spanishes
Frenchfr
Germande
Italianit
Portuguesept
Russianru
Japaneseja
Koreanko
Chinesezh
Arabicar
Hindihi
And 100+ more languages.
Plugin Access
Plugins with the translation permission can:
// Translate current page
StealthBrowse.translation.translate('es'); // Spanish
// Show original page
StealthBrowse.translation.showOriginal();
// Check if page is translated
if (StealthBrowse.translation.isTranslated()) {
// ...
}
// Get supported languages
const languages = StealthBrowse.translation.getSupportedLanguages();
// Returns: [{ code: 'en', name: 'English' }, ...]
Privacy
Privacy Note: Translation may use external services. Page content is sent to translation APIs to perform the translation. No personal information is transmitted.