fix: update extension references to Chrome Web Store#3
Merged
Conversation
Replace manual developer mode installation instructions with Chrome Web Store link. Update navbar, info pane, and README to point to the official Chrome Web Store listing. Remove extension.zip from the frontend as it is no longer needed. Closes #2 Co-authored-by: Louis Jannett <lonetis@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates all extension-related references to point to the official Chrome Web Store listing and removes the previously bundled extension.zip from the frontend. It aligns navbar, info pane copy, and README instructions with the new installation flow.
Changes:
- Updated the navbar “Extension” link to open the Chrome Web Store listing instead of downloading
extension.zip. - Updated info pane content and setup instructions to reference installation from the Chrome Web Store and removed manual “developer mode / load unpacked” steps.
- Updated README usage instructions for Interceptor and Cross-Browser modes to use the Chrome Web Store link, and removed
frontend/public/extension.zipfrom static assets.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 5 comments.
| File | Description |
|---|---|
frontend/html/nav.html |
Points the “Extension” navbar item at the Chrome Web Store listing and opens it in a new tab. |
frontend/html/info.html |
Updates descriptive text and setup instructions to reference the Chrome Web Store extension installation instead of manual zip-based installation. |
README.md |
Aligns Interceptor and Cross-Browser mode setup instructions with the Chrome Web Store installation flow. |
frontend/public/extension.zip |
Removes the bundled extension archive now that installation is via the Chrome Web Store. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #2
Replace manual developer mode installation instructions with Chrome Web Store link. Update navbar, info pane, and README to point to the official Chrome Web Store listing. Remove
extension.zipfrom the frontend.Generated with Claude Code