From d76af63c1fc1e1fedeb535ceded4f38ca3c8a390 Mon Sep 17 00:00:00 2001 From: Dinesh Kumar Sutihar <110833165+dineshsutihar@users.noreply.github.com> Date: Wed, 23 Jul 2025 20:15:58 +0530 Subject: [PATCH 1/5] Create PRIVACY_POLICY.md --- PRIVACY_POLICY.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 PRIVACY_POLICY.md diff --git a/PRIVACY_POLICY.md b/PRIVACY_POLICY.md new file mode 100644 index 0000000..b76f277 --- /dev/null +++ b/PRIVACY_POLICY.md @@ -0,0 +1,27 @@ +# Privacy Policy for CodeTranslateAI + +**Last Updated:** July 23, 2025 + +Thank you for using CodeTranslateAI. This privacy policy explains how our extension handles data. The source code for this extension is publicly available on **[GitHub](https://github.com/dineshsutihar/CodeTranslateAI)**. + +## Data Collection and Usage + +CodeTranslateAI is designed with your privacy in mind. + +1. **Website Content (Code Snippets):** The core function of this extension is to translate code. When you select a piece of code on a webpage and activate the translation, that selected text is sent to our secure backend, which then forwards it to the Google Gemini API to perform the translation. + +2. **No Personal Information:** We do not collect, store, or transmit any personally identifiable information (PII), such as your name, email, IP address, or Browse history. + +3. **Data Anonymity:** The code snippets sent for translation are not associated with you or your account in any way. + +## Data Storage + +Translated code snippets are cached locally on your device using `chrome.storage.local` to improve performance and avoid repeat API calls. This data is stored only in your browser and is not accessible to us. The cache is designed to automatically clear items after 10 days. + +## Data Sharing + +We do not sell, trade, or otherwise transfer your data to outside parties. The only data transfer occurs for the explicit purpose of providing the translation service via the Google Gemini API. + +## Contact Us + +If you have any questions about this privacy policy, please **[open an issue on our GitHub repository](https://github.com/dineshsutihar/CodeTranslateAI/issues)**. From 3cac01c515f4f22f7153773b24b4f7bd78cd779a Mon Sep 17 00:00:00 2001 From: Dinesh Kumar Sutihar <110833165+dineshsutihar@users.noreply.github.com> Date: Sun, 3 Aug 2025 01:09:22 +0530 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f4b3d..20570e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # CodeTranslateAI 🚀

- CodeTranslateAI Logo + CodeTranslateAI Logo

Seamless On-Page Code Translation, Powered by AI

From 80b9769c3b2143db05d9fef732b6796ffc389a49 Mon Sep 17 00:00:00 2001 From: Dinesh Kumar Sutihar <110833165+dineshsutihar@users.noreply.github.com> Date: Sun, 3 Aug 2025 01:10:00 +0530 Subject: [PATCH 3/5] Update manifest.json --- frontend/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/manifest.json b/frontend/manifest.json index a2343e8..b9827f2 100644 --- a/frontend/manifest.json +++ b/frontend/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "CodeTranslateAI", - "version": "1.1.0", + "version": "2.0.0", "description": "Select code on a page and get instant AI-powered translation.", "author": "Dinesh Kumar Sutihar", "permissions": ["activeTab", "storage"], From cfe74529a83b744acabae3cc21648f4a1bf73a0f Mon Sep 17 00:00:00 2001 From: size12husky Date: Sat, 2 Aug 2025 23:24:50 -0500 Subject: [PATCH 4/5] Added bash to list of languages --- frontend/popup.html | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/popup.html b/frontend/popup.html index fb37c5e..f8942ac 100644 --- a/frontend/popup.html +++ b/frontend/popup.html @@ -12,6 +12,7 @@

CodeTranslateAI

- @@ -26,6 +25,7 @@

CodeTranslateAI

+