1
0
Fork
You've already forked threads-to-activityPub
0
No description
  • JavaScript 76.5%
  • HTML 23.5%
2025年09月22日 15:46:43 +02:00
.woodpecker try test ci 2025年09月22日 15:46:43 +02:00
public finish signup, safe sign in info to storage 2025年09月16日 12:48:48 +02:00
.gitignore init 2025年03月22日 19:24:59 +01:00
manifest.json add code reciever 2025年09月16日 11:45:39 +02:00
package-lock.json update dependencies 2025年09月16日 12:17:59 +02:00
package.json add ci 2025年09月22日 15:35:20 +02:00
README.md init 2025年03月22日 19:24:59 +01:00
settings.html detect instance 2025年03月22日 19:25:25 +01:00
settings.js finish signup, safe sign in info to storage 2025年09月16日 12:48:48 +02:00

threads-to-activiyPub

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.