Chrome Store link - https://chromewebstore.google.com/detail/formify/jkipfkohehajmidgmlhjljbngnjijfjo
Formify is a Chrome extension that assists with form filling by automatically saving and retrieving form inputs locally.
- Automatic saving of form inputs
- Side panel for easy access to saved data
- Context-aware search functionality
- Data retention strategy with customizable settings
- Privacy-focused: all data stored locally
- Clone this repository or download the source code.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the project directory.
- Press Control + O to toggle the side-panel. Alternatively, Right-Click on the Formify icon in your Chrome toolbar and open side panel
- Use the side panel to search and manage your saved form data.
- As you fill out forms on websites, Formify will automatically save your inputs.
- Use the context menu or keyboard shortcuts to quickly access Formify features.
manifest.json: Extension configuration filebackground.js: Background service worker scriptcontent.js: Content script for interacting with web pagessidebar.html: HTML for the side panelsidebar.js: JavaScript for the side panel functionalitydb.js: Module for handling IndexedDB operationsicons/: Directory containing extension icons
To set up the project for development:
- Make changes to the source files as needed.
- Load the extension in Chrome with Developer Mode activated.
- After making changes, reload the extension in Chrome to see the updates.
Contributions are welcome! Please feel free to submit a Pull Request.
Formify stores all data locally in your browser using IndexedDB. No data is sent to external servers, ensuring your privacy and data security.
If you encounter any issues or have questions, please file an issue on the GitHub repository.
