diff --git a/.gitignore b/.gitignore index fefe6ad..d8c8c0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,5 @@ -Promotional release .env - node_modules .DS_Store dist diff --git a/README.md b/README.md index acc5045..31f4b3d 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,42 @@ # CodeTranslateAI 🚀 -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. +

+ CodeTranslateAI Logo +

+ +

Seamless On-Page Code Translation, Powered by AI

+ +

+ 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. +

+ +

+

+ + Download for Chrome + +    + + Download for Edge + +

+

+ + Choose your browser and click the button above to download and install CodeTranslateAI instantly! + +

-## ✨ Key Features +--- + +## ✨ Features in Action + +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. + +## ![CodeTranslateAI in action](/promotional/Extension%2001.png) + +## ![CodeTranslateAI in action](/promotional/Extension%2002.png) -- **On-the-Fly Translation:** Instantly translate code on platforms like Stack Overflow, Medium, and technical blogs. -- **Secure Serverless Backend:** Uses a Cloudflare Worker. -- **Multi-Language Tabs:** Translate the same code block into multiple languages and switch between them easily. -- **Smart Caching:** Translations are cached in your browser for 10 days to reduce API calls and provide instant results. -- **Powered by Gemini:** Leverages Google's Gemini AI for high-quality code translations with syntax highlighting. +## ![CodeTranslateAI in action](/promotional/Extension%2003.png) --- diff --git a/promotional/Extension 01.png b/promotional/Extension 01.png new file mode 100644 index 0000000..87b0348 Binary files /dev/null and b/promotional/Extension 01.png differ diff --git a/promotional/Extension 02.png b/promotional/Extension 02.png new file mode 100644 index 0000000..affa3da Binary files /dev/null and b/promotional/Extension 02.png differ diff --git a/promotional/Extension 03.png b/promotional/Extension 03.png new file mode 100644 index 0000000..0b2617e Binary files /dev/null and b/promotional/Extension 03.png differ diff --git a/promotional/large promotional.png b/promotional/large promotional.png new file mode 100644 index 0000000..696b6d8 Binary files /dev/null and b/promotional/large promotional.png differ diff --git a/promotional/logo-main.png b/promotional/logo-main.png new file mode 100644 index 0000000..87c1ebf Binary files /dev/null and b/promotional/logo-main.png differ diff --git a/promotional/promotional.png b/promotional/promotional.png new file mode 100644 index 0000000..c4a0da8 Binary files /dev/null and b/promotional/promotional.png differ diff --git a/promotional/small promotional.png b/promotional/small promotional.png new file mode 100644 index 0000000..eec8ecd Binary files /dev/null and b/promotional/small promotional.png differ