Skip to content

Commit fd910cf

Browse files
authored
Merge pull request #628 from yamadashy/docs/browser-extension-policy
docs: browser extension policy
2 parents e68245d + 988ba7c commit fd910cf

File tree

8 files changed

+109
-2
lines changed

8 files changed

+109
-2
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,9 +1257,14 @@ We welcome contributions from the community! To get started, please refer to our
12571257

12581258
- **Data Collection**: The Repomix website uses **Google Analytics** to collect usage data, such as page views and user interactions. This helps us understand how the website is used and improve the user experience.
12591259

1260+
### Repomix Browser Extension
1261+
1262+
- **Data Collection**: The Repomix browser extension does **not** collect, transmit, or store any user data, telemetry, or repository information.
1263+
- **Permissions**: The extension only requires minimal permissions necessary to add the Repomix button to GitHub repository pages. It does not access or modify repository data.
1264+
12601265
### Liability Disclaimer
12611266

1262-
Repomix (both the CLI tool and the website) is provided "as is" without any warranties or guarantees.
1267+
Repomix (the CLI tool, website, and browser extension) is provided "as is" without any warranties or guarantees.
12631268
We do not take responsibility for how the generated output is used, including but not limited to its accuracy, legality, or any potential consequences arising from its use.
12641269

12651270
## 📜 License
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
यह ब्राउज़र एक्सटेंशन GitHub रिपॉजिटरी पेजों पर एक सुविधाजनक "Repomix" बटन जोड़ता है, जो आपको Repomix के साथ रिपॉजिटरी को जल्दी पैकेज और विश्लेषित करने की अनुमति देता है - एक शक्तिशाली टूल जो सॉफ्टवेयर रिपॉजिटरी को AI-फ्रेंडली सिंगल फाइलों में बदल देता है।
2+
3+
🛠️ विशेषताएं:
4+
- किसी भी GitHub रिपॉजिटरी के लिए वन-क्लिक Repomix एक्सेस
5+
- और भी रोमांचक फीचर्स जल्द आ रहे हैं - बेहतर फंक्शनैलिटी के लिए बने रहें!
6+
7+
🚀 कैसे उपयोग करें:
8+
1. एक्सटेंशन इंस्टॉल करें
9+
2. किसी भी GitHub रिपॉजिटरी पर नेविगेट करें
10+
3. रिपॉजिटरी हेडर में "Repomix" बटन पर क्लिक करें
11+
4. आप Repomix वेब इंटरफेस पर रीडायरेक्ट हो जाएंगे
12+
5. AI एनालिसिस के लिए रिपॉजिटरी का पैकेज्ड वर्जन जेनरेट करें
13+
14+
✨ Repomix क्या है?
15+
Repomix एक इनोवेटिव टूल है जो आपके पूरे कोडबेस को AI एनालिसिस के लिए ऑप्टिमाइज़्ड एक सिंगल, कॉम्प्रिहेंसिव फाइल में पैकेज करता है। यह मल्टिपल आउटपुट फॉर्मेट्स (XML, Markdown, Plain text) को सपोर्ट करता है, सेंसिटिव इन्फॉर्मेशन को एक्सक्लूड करने के लिए सिक्यूरिटी चेक्स शामिल करता है, और आपके कोड के बारे में डिटेल्ड मेट्रिक्स प्रदान करता है।
16+
17+
💻 ओपन सोर्स:
18+
यह एक्सटेंशन और Repomix दोनों ही ओपन सोर्स प्रोजेक्ट्स हैं। आप सोर्स कोड देख सकते हैं, कंट्रिब्यूट कर सकते हैं, या एक्सटेंशन को खुद बिल्ड कर सकते हैं।
19+
अधिक डिटेल्स के लिए, कृपया विजिट करें:
20+
https://github.com/yamadashy/repomix
21+
22+
🌐 और जानें:
23+
- ऑफिशियल वेबसाइट: https://repomix.com
24+
- GitHub रिपॉजिटरी: https://github.com/yamadashy/repomix

browser/app/_locales/hi/messages.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appDescription": {
3+
"message": "GitHub रिपॉजिटरी से Repomix तक तुरंत पहुंचने के लिए एक बटन जोड़ता है",
4+
"description": "The description of the extension"
5+
},
6+
"openWithRepomix": {
7+
"message": "Repomix के साथ खोलें",
8+
"description": "Button tooltip text for opening repository with Repomix"
9+
}
10+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Ekstensi browser ini menambahkan tombol "Repomix" yang mudah digunakan ke halaman repositori GitHub, memungkinkan Anda untuk dengan cepat mengemas dan menganalisis repositori dengan Repomix - alat yang kuat yang mengubah repositori perangkat lunak menjadi file tunggal yang ramah AI.
2+
3+
🛠️ Fitur:
4+
- Akses satu klik ke Repomix untuk repositori GitHub apa pun
5+
- Fitur menarik lainnya akan segera hadir - pantau terus untuk fungsionalitas yang ditingkatkan!
6+
7+
🚀 Cara Menggunakan:
8+
1. Install ekstensi
9+
2. Navigasi ke repositori GitHub mana pun
10+
3. Klik tombol "Repomix" di header repositori
11+
4. Anda akan diarahkan ke antarmuka web Repomix
12+
5. Hasilkan versi terkemas dari repositori untuk analisis AI
13+
14+
✨ Apa itu Repomix?
15+
Repomix adalah alat inovatif yang mengemas seluruh codebase Anda menjadi satu file komprehensif yang dioptimalkan untuk analisis AI. Ini mendukung berbagai format output (XML, Markdown, Plain text), mencakup pemeriksaan keamanan untuk mengecualikan informasi sensitif, dan menyediakan metrik terperinci tentang kode Anda.
16+
17+
💻 Open Source:
18+
Baik ekstensi ini maupun Repomix itu sendiri adalah proyek open source. Anda dapat melihat source code, berkontribusi, atau membangun ekstensi sendiri.
19+
Untuk detail lebih lanjut, silakan kunjungi:
20+
https://github.com/yamadashy/repomix
21+
22+
🌐 Pelajari Lebih Lanjut:
23+
- Official Website: https://repomix.com
24+
- GitHub Repository: https://github.com/yamadashy/repomix

browser/app/_locales/id/messages.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appDescription": {
3+
"message": "Menambahkan tombol untuk mengakses Repomix dengan cepat dari repositori GitHub",
4+
"description": "The description of the extension"
5+
},
6+
"openWithRepomix": {
7+
"message": "Buka dengan Repomix",
8+
"description": "Button tooltip text for opening repository with Repomix"
9+
}
10+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Tiện ích mở rộng trình duyệt này thêm nút "Repomix" tiện lợi vào các trang repository GitHub, cho phép bạn nhanh chóng đóng gói và phân tích repository với Repomix - một công cụ mạnh mẽ chuyển đổi repository phần mềm thành các file đơn thân thiện với AI.
2+
3+
🛠️ Tính năng:
4+
- Truy cập một cú nhấp chuột vào Repomix cho bất kỳ repository GitHub nào
5+
- Nhiều tính năng thú vị khác sắp ra mắt - theo dõi để có chức năng được cải tiến!
6+
7+
🚀 Cách sử dụng:
8+
1. Cài đặt extension
9+
2. Điều hướng đến bất kỳ repository GitHub nào
10+
3. Nhấp vào nút "Repomix" trong header repository
11+
4. Bạn sẽ được chuyển hướng đến giao diện web Repomix
12+
5. Tạo phiên bản đóng gói của repository để phân tích AI
13+
14+
✨ Repomix là gì?
15+
Repomix là một công cụ sáng tạo đóng gói toàn bộ codebase của bạn thành một file toàn diện được tối ưu hóa cho phân tích AI. Nó hỗ trợ nhiều định dạng đầu ra (XML, Markdown, Plain text), bao gồm kiểm tra bảo mật để loại trừ thông tin nhạy cảm và cung cấp các metrics chi tiết về code của bạn.
16+
17+
💻 Open Source:
18+
Cả extension này và Repomix đều là các dự án open source. Bạn có thể xem source code, đóng góp hoặc tự xây dựng extension.
19+
Để biết thêm chi tiết, vui lòng truy cập:
20+
https://github.com/yamadashy/repomix
21+
22+
🌐 Tìm hiểu thêm:
23+
- Official Website: https://repomix.com
24+
- GitHub Repository: https://github.com/yamadashy/repomix

browser/app/_locales/vi/messages.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appDescription": {
3+
"message": "Thêm nút để truy cập nhanh Repomix từ các kho lưu trữ GitHub",
4+
"description": "The description of the extension"
5+
},
6+
"openWithRepomix": {
7+
"message": "Mở với Repomix",
8+
"description": "Button tooltip text for opening repository with Repomix"
9+
}
10+
}

browser/app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Repomix",
33
"short_name": "repomix",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"manifest_version": 3,
66
"description": "__MSG_appDescription__",
77
"default_locale": "en",

0 commit comments

Comments
 (0)