Cookie-Manager
Cookie-Manager copied to clipboard
A chrome extension to manage browser cookies.
_Clearing all cookies can be incidental._ **So, adding an alert box to confirm after clicking `CLEAR ALL COOKIES` button can avoid this.** Note - Please do not make any changes...
### Prompt a confirmation before clearing all cookies - Issue When Clear Cookies is clicked, new method getConfirmation will be called. **getConfirmation() -->method** > This methods displays a new alert...
**Add `DELETE` button to delete the cookies for domain individually.** _Note - Do not make any changes in existing CSS._
#5 Issue resolved using the confirm chrome API
Display Cookies button colour adjusted
Check the PR for the details. Added a confirm dialog for clearing all cookies
**Send PR with the changes to filter cookies based on regex.** _Note - Please make changes in CSS._