|
1 | 1 | # CodeTranslateAI 🚀 |
2 | 2 |
|
3 | | -CodeTranslateAI is a powerful Chrome extension that allows you to translate code snippets on any webpage in real-time. Simply select a block of code, choose your target language, and get an AI-powered translation instantly injected into the page in a clean, tabbed interface. |
| 3 | +<p align="center"> |
| 4 | + <img src="/mnt/code/Codes/FullStack/projects/CodeTranslateAI/frontend/images/icons/icon128.png" alt="CodeTranslateAI Logo" width="128"> |
| 5 | +</p> |
| 6 | + |
| 7 | +<h3 align="center">Seamless On-Page Code Translation, Powered by AI</h3> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | + CodeTranslateAI is a powerful browser extension that allows you to translate code snippets on any webpage in real-time. Simply select a block of code, choose your target language, and get an AI-powered translation instantly. |
| 11 | +</p> |
| 12 | + |
| 13 | +<p align="center"> |
| 14 | + <p align="center"> |
| 15 | + <a href="https://chromewebstore.google.com/detail/cbopkkjljoiabjobmjhmoaglkiffgpel?utm_source=item-share-cb" style="text-decoration: none;"> |
| 16 | + <img src="https://img.shields.io/badge/Download%20for%20Chrome-Click%20to%20Install-4285F4?style=for-the-badge&logo=googlechrome&logoColor=white" alt="Download for Chrome" /> |
| 17 | + </a> |
| 18 | + |
| 19 | + <a href="https://microsoftedge.microsoft.com/addons/detail/codetranslateai/lkdmdgdalcmbhfjakgmgljkknmbafbjp" style="text-decoration: none;"> |
| 20 | + <img src="https://img.shields.io/badge/Download%20for%20Edge-Click%20to%20Install-0078D7?style=for-the-badge&logo=microsoftedge&logoColor=white" alt="Download for Edge" /> |
| 21 | + </a> |
| 22 | + </p> |
| 23 | + <p align="center"> |
| 24 | + <b> |
| 25 | + Choose your browser and click the button above to download and install CodeTranslateAI instantly! |
| 26 | + </b> |
| 27 | + </p> |
4 | 28 |
|
5 | | -## ✨ Key Features |
| 29 | +--- |
| 30 | + |
| 31 | +## ✨ Features in Action |
| 32 | + |
| 33 | +See CodeTranslateAI work seamlessly on any webpage. Select code, and the translated version appears right beside it in a clean, tabbed interface with syntax highlighting. |
| 34 | + |
| 35 | +##  |
| 36 | + |
| 37 | +##  |
6 | 38 |
|
7 | | -- **On-the-Fly Translation:** Instantly translate code on platforms like Stack Overflow, Medium, and technical blogs. |
8 | | -- **Secure Serverless Backend:** Uses a Cloudflare Worker. |
9 | | -- **Multi-Language Tabs:** Translate the same code block into multiple languages and switch between them easily. |
10 | | -- **Smart Caching:** Translations are cached in your browser for 10 days to reduce API calls and provide instant results. |
11 | | -- **Powered by Gemini:** Leverages Google's Gemini AI for high-quality code translations with syntax highlighting. |
| 39 | +##  |
12 | 40 |
|
13 | 41 | --- |
14 | 42 |
|
|
0 commit comments