Skip to content

Commit d4e9fb5

Browse files
committed
docs: update raw data and readme update
1 parent 9066341 commit d4e9fb5

File tree

9 files changed

+35
-9
lines changed

9 files changed

+35
-9
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
Promotional
21
release
32
.env
4-
53
node_modules
64
.DS_Store
75
dist

README.md

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,42 @@
11
# CodeTranslateAI 🚀
22

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+
&nbsp;&nbsp;
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>
428

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+
## ![CodeTranslateAI in action](/promotional/Extension%2001.png)
36+
37+
## ![CodeTranslateAI in action](/promotional/Extension%2002.png)
638

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+
## ![CodeTranslateAI in action](/promotional/Extension%2003.png)
1240

1341
---
1442

promotional/Extension 01.png

393 KB
Loading

promotional/Extension 02.png

218 KB
Loading

promotional/Extension 03.png

192 KB
Loading

promotional/large promotional.png

534 KB
Loading

promotional/logo-main.png

165 KB
Loading

promotional/promotional.png

1.94 MB
Loading

promotional/small promotional.png

79.6 KB
Loading

0 commit comments

Comments
 (0)