Go to file
Amēlija I 53d1767a2d Adding ClientId; Adding Teacher Panel to start/end event recording 2025-04-29 20:09:41 +03:00
src Adding ClientId; Adding Teacher Panel to start/end event recording 2025-04-29 20:09:41 +03:00
.gitattributes Normalize line endings to LF 2024-12-17 22:30:58 +02:00
.gitignore Adding ClientId; Adding Teacher Panel to start/end event recording 2025-04-29 20:09:41 +03:00
README.md Normalize line endings to LF 2024-12-17 22:30:58 +02:00
manifest.json Adding ClientId; Adding Teacher Panel to start/end event recording 2025-04-29 20:09:41 +03:00
options.html adding password 2025-02-14 20:01:02 +02:00
options.js Adding ClientId; Adding Teacher Panel to start/end event recording 2025-04-29 20:09:41 +03:00
package-lock.json Normalize line endings to LF 2024-12-17 22:30:58 +02:00
package.json Normalize line endings to LF 2024-12-17 22:30:58 +02:00

README.md

my-extension

A minimum extension template. This template includes a manifest file.

Available Scripts

In the project directory, you can run the following scripts:

npm dev

Development Mode: This command runs your extension in development mode. It will launch a new browser instance with your extension loaded. The page will automatically reload whenever you make changes to your code, allowing for a smooth development experience.

npm dev

npm start

Production Preview: This command runs your extension in production mode. It will launch a new browser instance with your extension loaded, simulating the environment and behavior of your extension as it will appear once published.

npm start

npm build

Build for Production: This command builds your extension for production. It optimizes and bundles your extension, preparing it for deployment to the target browser's store.

npm build

Learn More

To learn more about creating cross-browser extensions with Extension.js, visit the official documentation.