Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/null93/milk-cookie-manager

Cookie's best friend! Modern cookie manager.
https://github.com/null93/milk-cookie-manager

chrome-extension chrome-webstore cookie-manager material-design

Last synced: 1 day ago
JSON representation

Cookie's best friend! Modern cookie manager.

Awesome Lists containing this project

README

        

# MILK — Cookie Manager
> Cookie's best friend! Modern cookie manager.

![MIT License](https://img.shields.io/badge/License-MIT-yellow.svg?style=for-the-badge&color=1A73E8)
![Version 2.6.0](https://img.shields.io/badge/Version-2.6.0-yellow.svg?style=for-the-badge&color=1A73E8)
![Chrome Users](https://img.shields.io/chrome-web-store/d/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8&label=chrome-users)
![Chrome Rating](https://img.shields.io/chrome-web-store/rating/haipckejfdppjfblgondaakgckohcihp.svg?style=for-the-badge&color=1A73E8&label=chrome-rating)
![Firefox Users](https://img.shields.io/amo/users/milk-cookie-manager.svg?style=for-the-badge&color=1A73E8&label=firefox-users)
![Firefox Rating](https://img.shields.io/amo/rating/milk-cookie-manager.svg?style=for-the-badge&color=1A73E8&label=firefox-rating)

![screenshot](assets/images/github-banner.png)

### About

MILK is a modern cookie manager that aims to streamline the way you interact with cookies. With a modern and easy to use interface, it is easy to manage your browser's cookies. This extension comes with the following features:

- Realtime Cookie List (Updated Without Refreshing)
- Dynamically Search For Cookies
- Optionally Search Cookies With Regular Expressions
- Create, Read, Update & Delete Cookies
- Block Cookies
- Protect Cookies
- Import & Export Cookies
- Open Source Software (MIT)
- Modern UI/UX (Material Design)
- Dark / Light Theme
- Fullscreen Mode Lets You See Cookies Of Focused Tab

### Officially Published On:

- [Chrome Web Store](https://chromewebstore.google.com/detail/milk-%E2%80%94-cookie-manager/haipckejfdppjfblgondaakgckohcihp)
- [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/milk-cookie-manager)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/milk-%E2%80%94-cookie-manager/jlephceclngfdednjllhjmjmbcjolhhl)

### Development

```shell
# Hot Reload
yarn clean
yarn install
yarn serve
```

### Package Extension

```shell
# Package Extension
yarn package:chrome
yarn package:firefox
```