Skip to content

Commit e329b57

Browse files
authored
Add Browser Extension (#59)
1 parent b7c435a commit e329b57

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ Turn any Git repository into a prompt-friendly text ingest for LLMs.
1515

1616
You can also replace `hub` with `ingest` in any GitHub URL to access the coresponding digest
1717

18-
[gitingest.com](https://gitingest.com)
18+
[gitingest.com](https://gitingest.com/) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest/)
19+
20+
1921

2022
## 🚀 Features
2123

@@ -34,8 +36,19 @@ You can also replace `hub` with `ingest` in any GitHub URL to access the corespo
3436
pip install gitingest
3537
```
3638

39+
## 🧩 Browser Extension Usage
40+
41+
<a href="https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood" target="_blank" title="Get GitIngest Extension from Chrome Web Store"><img height="48" src="https://github.com/user-attachments/assets/20a6e44b-fd46-4e6c-8ea6-aad436035753" alt="Available in the Chrome Web Store" /></a>
42+
<a href="https://addons.mozilla.org/firefox/addon/gitingest/" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/c0e99e6b-97cf-4af2-9737-099db7d3538b" alt="Get The Add-on for Firefox" /></a>
43+
<a href="https://microsoftedge.microsoft.com/addons/detail/nfobhllgcekbmpifkjlopfdfdmljmipf" target="_blank" title="Get GitIngest Extension from Firefox Add-ons"><img height="48" src="https://github.com/user-attachments/assets/204157eb-4cae-4c0e-b2cb-db514419fd9e" alt="Get from the Edge Add-ons" /></a>
44+
45+
The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
46+
For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
47+
Issues and feature requests are welcome to the repo.
48+
3749
## 💡 Command line usage
3850

51+
3952
The `gitingest` command line tool allows you to analyze codebases and create a text dump of their contents.
4053

4154
```bash

0 commit comments

Comments
 (0)