"Save the Biscuits" is a Chrome extension designed to help users manage and save cookies from their web browsing sessions. This extension provides a user-friendly interface to interact with cookies, allowing users to view, save, and manage their cookie data efficiently.
- View cookies from the current webpage.
- Save cookies for later use.
- User-friendly popup interface for easy interaction.
save-the-biscuits
├── src
│ ├── popup
│ │ ├── popup.html
│ │ ├── popup.js
│ │ └── popup.css
│ ├── cookie.png
│ └── manifest.json
├── LICENSE
└── README.md
- Download or clone the repository.
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on "Load unpacked" and select the
save-the-biscuitsdirectory. - The extension should now be installed and visible in your extensions list.
- Click on the "Save the Biscuits" extension icon in the Chrome toolbar.
- The popup will appear, displaying the cookies for the current webpage.
- Use the provided options to save or manage your cookies as needed.
Contributions are welcome! If you have suggestions or improvements, feel free to submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.