diff --git a/README.md b/README.md
index 7524f509..242aa038 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@ Turn any Git repository into a prompt-friendly text ingest for LLMs.
You can also replace `hub` with `ingest` in any GitHub URL to access the coresponding digest
-[gitingest.com](https://gitingest.com)
+[gitingest.com](https://gitingest.com/) · [Chrome Extension](https://chromewebstore.google.com/detail/adfjahbijlkjfoicpjkhjicpjpjfaood) · [Firefox Add-on](https://addons.mozilla.org/firefox/addon/gitingest/)
+
+
## 🚀 Features
@@ -34,8 +36,19 @@ You can also replace `hub` with `ingest` in any GitHub URL to access the corespo
pip install gitingest
```
+## 🧩 Browser Extension Usage
+
+
+
+
+
+The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
+For anyone who wants install it manually, you may download it [here](https://github.com/lcandy2/gitingest-extension/releases).
+Issues and feature requests are welcome to the repo.
+
## 💡 Command line usage
+
The `gitingest` command line tool allows you to analyze codebases and create a text dump of their contents.
```bash