|
@@ -7,7 +7,7 @@ An extension for automating your browser by connecting blocks. <br />
|
|
|
From auto-fill forms, doing a repetitive task, taking a screenshot, to scraping data of the website, it's up to you what you want to do with this extension. And you also can schedule when the automation will execute.
|
|
|
|
|
|
## Marketplace
|
|
|
-In this marketplace you can shared or download a workflow for Automa. Go to [marketplace](https://automa.vercel.app/workflows)
|
|
|
+In this marketplace, you can share or download a workflow for Automa. Go to [marketplace](https://automa.vercel.app/workflows)
|
|
|
|
|
|
## Project setup
|
|
|
```bash
|
|
@@ -26,3 +26,9 @@ yarn build:zip
|
|
|
# Lints and fixes files
|
|
|
yarn lint
|
|
|
```
|
|
|
+## Contributors
|
|
|
+Thanks to everyone who has submitted issues, made suggestions, and generally helped make this a better project.
|
|
|
+
|
|
|
+<a href="https://github.com/kholid060/automa/graphs/contributors">
|
|
|
+ <img src="https://contrib.rocks/image?repo=kholid060/automa" />
|
|
|
+</a>
|