You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,32 +56,36 @@ sequenceDiagram
56
56
57
57
## Installation
58
58
59
-
AIgis is currently in **active development** and not yet listed on the Chrome Web Store. You can install it manually in less than a minute:
59
+
AIgis works on **all Chromium-based browsers** (Google Chrome, Microsoft Edge, Brave, Opera, Vivaldi, Arc, etc.).
60
+
61
+
Since it is currently in **active development** and not yet listed on the Web Stores, you can install it manually in less than a minute:
60
62
61
63
1.**Download:** Go to the [Releases Page](../../releases) and download the latest `AIgis-vX.X.X.zip` (found under "Assets").
62
64
2.**Unzip:** Extract the ZIP file into a folder of your choice.
63
-
3.**Open Chrome Extensions:** Navigate to `chrome://extensions/` in your browser.
64
-
4.**Enable Developer Mode:** Toggle the switch **"Developer mode"** in the top-right corner.
65
-
5.**Load Extension:** Click the **"Load unpacked"** button (top left).
65
+
3.**Open Extensions Page:**
66
+
***Chrome / Brave / Opera:** Navigate to `chrome://extensions/`
67
+
***Microsoft Edge:** Navigate to `edge://extensions/`
68
+
4.**Enable Developer Mode:** Toggle the switch **"Developer mode"** (usually in the top-right corner or left sidebar).
69
+
5.**Load Extension:** Click the **"Load unpacked"** button.
66
70
6.**Select:** Select the folder you just extracted.
67
71
68
72
**Ready!** AIgis is now active. We recommend pinning the extension icon to your toolbar for quick access to the toggle switch.
69
73
70
74
> **Security Note:** Every release includes a `.sha256` checksum file. You can verify the integrity of the downloaded ZIP against this hash to ensure the file hasn't been tampered with.
Copy file name to clipboardExpand all lines: public/manifest.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"manifest_version": 3,
3
3
"name": "AIgis - Secure & Optimize AI Interactions",
4
-
"version": "0.1.1",
4
+
"version": "0.1.2",
5
5
"description": "Secure & optimize your AI interactions. A browser extension that masks secrets and optimizes tokens in prompts locally before sending them to LLMs.",
0 commit comments