Overview
Greeklish to Greek is a Chrome extension that converts Greek text written in Latin characters (Greeklish) to proper Greek. This policy explains what data the extension accesses and how it is handled.
Data Collection
- No analytics or tracking of any kind
- No cookies or user accounts
- No browsing history access
- No personal information collection
Data Processing
When you trigger a translation, the following occurs:
- Text you select or type in a text field is sent to the Anthropic API (api.anthropic.com) for translation. This happens only when you explicitly press the keyboard shortcut.
- Your Anthropic API key is stored locally in Chrome's extension storage on your device. It is sent to api.anthropic.com solely for authentication. It is never sent anywhere else.
Third-Party Services
This extension uses the Anthropic API to perform translations. Text you translate is processed by Anthropic according to their privacy policy and API terms of service.
Permissions
- Storage — Saves your API key and shortcut preferences locally
- Clipboard Write — Copies translated text to clipboard as a fallback when direct insertion is not possible
- Offscreen — Required by Chrome Manifest V3 for clipboard access from the service worker
- All URLs — The content script runs on all pages so translation works in any text field. No page content is read beyond the text you select for translation.
Data Retention
No data is retained by this extension. Translated text exists only in your browser. Your API key remains in local Chrome storage until you remove it or uninstall the extension.
Changes to This Policy
If this policy is updated, the changes will be reflected on this page with an updated date.
Contact
If you have questions about this privacy policy, please open an issue on the GitHub repository.