docs: add harper.js Chrome extension intro and example - #3890
Open
Hashim1999164 wants to merge 6 commits into
Open
docs: add harper.js Chrome extension intro and example#3890Hashim1999164 wants to merge 6 commits into
Hashim1999164 wants to merge 6 commits into
Conversation
Collaborator
|
Thanks for this, it looks very promising. I see that you did include an AI disclaimer, but could you please use our GitHub PR template, it has a couple more questions. |
Author
|
Thanks for the note. I've updated the PR description to follow the GitHub PR template (issues, description, demo, testing, AI disclosure, and checklist). |
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.
Issues
Fixes #3628
Description
Adds a minimal MV3 Chrome extension example under
packages/harper.js/examples/chrome-extension-simplethat loads localharper.js, shows the package version, and runs a one-line lint.Documents extension-specific constraints (MV3 CSP, popup vs service worker, prefer local dist over unpkg) at
/docs/harperjs/chrome-extension.Wires the page into the docs sidebar and links it from the harper.js introduction and CDN pages. Points readers at
packages/harper.js/examples.Demo
N/A (documentation and example scaffolding)
How Has This Been Tested?
packages/web/vite.config.ts/docs/harperjs/chrome-extensionfor accuracy and linksAI Disclosure
If Your PR Implements or Enhances a Linter
Checklist