A Chrome extension to simplify form-filling by automating the selection of options (radio buttons or checkboxes) and optionally auto-filling comment boxes.
- Automatically selects a specific option (radio or checkbox) for all questions.
- Optional auto-fill feature for textareas with user-defined comments.
- Streamlines repetitive form-filling tasks.
git clone https://github.com/your-username/auto-select-comment-extension.git
cd auto-select-comment-extension
Open Google Chrome.
- Navigate to chrome://extensions/.
- Enable Developer Mode by toggling the switch in the top-right corner.
- Click on Load unpacked.
- Select the folder where you cloned this repository.
- The extension will now appear in your browser's extensions list.
- Pin the extension for quick access by clicking the extensions icon (puzzle piece) and pinning it.
Navigate to the webpage containing the form you want to fill out.
- Click on the extension icon in the Chrome toolbar.
- A popup will appear with the following options:
- Select an Option: Choose the desired option (e.g., "Strongly Agree").
- Auto-Fill Comment: Enter a comment to auto-fill into textareas (leave blank if you want to manually input comments).
- Click the Apply button.
- The selected option will be applied to all applicable questions.
- Comments will be auto-filled or left for manual input, as specified.
- Review the form, make any necessary adjustments, and submit it.
- Ensure you have the latest version of Google Chrome installed.
- To customize or enhance the extension, modify the files in the repository.
- Reload the extension in Chrome after making changes:
- Go to
chrome://extensions/
. - Click Reload for your extension.
- Go to
- Use Chrome DevTools for debugging:
- Right-click on a page and select Inspect.
- Go to the Console tab to see logs from the extension.
Contributions are welcome! Feel free to fork the repository, make changes, and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.