How to make a chrome extension? #292
Replies: 2 comments
|
0 replies
Answer selected by
Git21221
|
console.log("error"); |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Idea and Planning:
Development Environment Setup:
Create a Manifest File:
manifest.json. This file contains metadata about your extension, including its name, version, permissions, and other settings.{ "manifest_version": 3, "name": "My Extension", "version": "1.0", "description": "A description of your extension.", "…