{"id":15080513,"url":"https://github.com/mayconrfreitas/inputs-values-saver","last_synced_at":"2026-04-06T04:04:25.296Z","repository":{"id":248891093,"uuid":"830077770","full_name":"mayconrfreitas/inputs-values-saver","owner":"mayconrfreitas","description":"A Chrome extension that saves and fills standard values for all inputs present on a webpage. This extension provides buttons to save and fill the standard values for input fields, making it easier to manage repetitive form data.","archived":false,"fork":false,"pushed_at":"2024-07-17T16:35:59.000Z","size":3258,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T23:34:57.043Z","etag":null,"topics":["chrome","chrome-extension","extension","html","html-css-javascript","javascript","manifest","manifest-v3"],"latest_commit_sha":null,"homepage":"https://www.aecoder.com.br","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mayconrfreitas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-07-17T14:42:42.000Z","updated_at":"2024-07-17T16:36:03.000Z","dependencies_parsed_at":"2024-07-17T19:23:27.442Z","dependency_job_id":null,"html_url":"https://github.com/mayconrfreitas/inputs-values-saver","commit_stats":null,"previous_names":["mayconrfreitas/inputs-values-saver"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayconrfreitas%2Finputs-values-saver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayconrfreitas%2Finputs-values-saver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayconrfreitas%2Finputs-values-saver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mayconrfreitas%2Finputs-values-saver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mayconrfreitas","download_url":"https://codeload.github.com/mayconrfreitas/inputs-values-saver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243222205,"owners_count":20256227,"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":["chrome","chrome-extension","extension","html","html-css-javascript","javascript","manifest","manifest-v3"],"created_at":"2024-09-25T05:01:51.261Z","updated_at":"2025-12-28T06:59:36.987Z","avatar_url":"https://github.com/mayconrfreitas.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Input Values Saver Chrome Extension\n\n![Sample GIF](./assets/sample.gif)\n\nA Chrome extension that saves and fills standard values for all inputs present on a webpage. This extension provides buttons to save and fill the standard values for input fields, making it easier to manage repetitive form data.\n\n## Features\n\n- Save standard values for input fields on a webpage.\n- Fill input fields with saved standard values.\n\n## Installation\n\n1. **Clone the repository:**\n    ```sh\n    git clone https://github.com/mayconrfreitas/inputs-values-saver.git\n    cd inputs-values-saver\n    ```\n\n2. **Open Chrome and go to the Extensions page:**\n    - Navigate to `chrome://extensions/` in your Chrome browser.\n\n3. **Enable Developer mode:**\n    - Toggle the switch for Developer mode in the top right corner of the page.\n\n4. **Load the unpacked extension:**\n    - Click the \"Load unpacked\" button and select the folder [inputs-values-saver-extension](./inputs-values-saver-extension/) where you cloned the repository.\n\n5. **Pin the extension for easy access:**\n    - Click on the extensions icon (puzzle piece) in the top right corner of Chrome.\n    - Find \"Input Values Saver\" and click the pin icon next to it.\n\n## Usage\n\n1. **Save Standard Values:**\n    - Navigate to a webpage with input fields.\n    - Click the \"Input Values Saver\" extension icon.\n    - Click the \"Save Standard Values\" button.\n    - A new popup will appear with all input fields listed. Fill in the standard values you want to save and click the \"Save\" button.\n\n2. **Fill Standard Values:**\n    - Navigate to the same webpage where you saved the standard values.\n    - Click the \"Input Values Saver\" extension icon.\n    - Click the \"Fill Standard Values\" button. The input fields will be filled with the saved standard values.\n\n## Contributing\n\nContributions are welcome! Please follow these steps to contribute:\n\n1. **Fork the repository:**\n    - Click the \"Fork\" button at the top right of this page.\n\n2. **Clone your fork:**\n    ```sh\n    git clone https://github.com/mayconrfreitas/inputs-values-saver.git\n    cd inputs-values-saver\n    ```\n\n3. **Create a new branch:**\n    ```sh\n    git checkout -b feature/your-feature-name\n    ```\n\n4. **Make your changes and commit:**\n    - Make the changes to the codebase.\n    - Commit your changes with a clear and descriptive commit message.\n\n    ```sh\n    git add .\n    git commit -m \"Add feature: your feature description\"\n    ```\n\n5. **Push your changes:**\n    ```sh\n    git push origin feature/your-feature-name\n    ```\n\n6. **Create a Pull Request:**\n    - Go to the repository on GitHub.\n    - Click the \"New Pull Request\" button.\n    - Provide a clear description of your changes and submit the pull request.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayconrfreitas%2Finputs-values-saver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmayconrfreitas%2Finputs-values-saver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmayconrfreitas%2Finputs-values-saver/lists"}