{"id":15711151,"url":"https://github.com/szymii/devformfiller","last_synced_at":"2026-01-21T16:31:10.703Z","repository":{"id":233271790,"uuid":"786182958","full_name":"Szymii/DevFormFiller","owner":"Szymii","description":"Extension to automaticly fill forms","archived":false,"fork":false,"pushed_at":"2024-05-21T05:23:16.000Z","size":239,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-07T06:48:54.183Z","etag":null,"topics":["extension-chrome","pinia","tailwind","valibot","vue3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Szymii.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-13T17:08:13.000Z","updated_at":"2024-06-05T20:17:32.000Z","dependencies_parsed_at":"2024-05-10T07:28:41.435Z","dependency_job_id":"9b7b2452-bfef-45d6-aac2-b58495325707","html_url":"https://github.com/Szymii/DevFormFiller","commit_stats":null,"previous_names":["szymii/devformfiller"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymii%2FDevFormFiller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymii%2FDevFormFiller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymii%2FDevFormFiller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Szymii%2FDevFormFiller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Szymii","download_url":"https://codeload.github.com/Szymii/DevFormFiller/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247608157,"owners_count":20965950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extension-chrome","pinia","tailwind","valibot","vue3"],"created_at":"2024-10-03T21:11:55.661Z","updated_at":"2026-01-21T16:31:10.672Z","avatar_url":"https://github.com/Szymii.png","language":"TypeScript","readme":"# Dev Form Filler\n\n## Running the Project\n\n#### Linux/macOS:\n\n```bash\n$ pnpm dev\n```\n\nor to open extension as a web page\n\n```bash\n$ pnpm start\n```\n\n#### Windows:\n\n```bash\n$ pnpm dev:win\n```\n\nor to open extension as a web page\n\n```bash\n$ pnpm start:win\n```\n\n### After loading the extension into the browser\n\n1. Navigate to the `example` folder:\n\n```bash\n$ cd example\n```\n\n2. Run the project in development mode:\n\n```bash\n$ pnpm dev\n```\n\n### Workflow\n\nThe form schema can be edited via the extension UI or by uploading a custom JSON file\n\n```json\n{\n  \"name\": \"schema name\",\n  \"fields\": [\n    {\n      \"identifier\": \"field-id-1\",\n      \"action\": \"fill\",\n      \"value\": \"test input value\"\n    },\n    {\n      \"identifier\": \"field-id-2\",\n      \"action\": \"select\",\n      \"value\": [\"option 1\"]\n    },\n    {\n      \"identifier\": \"field-id-3\",\n      \"action\": \"click\"\n    },\n  ]\n}\n\n```\n\n### In next iterations\n- [ ] Support for async react select\n- [ ] Ability to add timeout between\n- [ ] Dragable elements during schema editing \n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszymii%2Fdevformfiller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fszymii%2Fdevformfiller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fszymii%2Fdevformfiller/lists"}