export-cookies/README.md

24 lines
853 B
Markdown
Raw Permalink Normal View History

2021-09-23 16:06:05 +00:00
<p align="center">
2021-09-23 16:08:33 +00:00
<img src="https://github.com/Cronocide/export-cookies/raw/master/images/cookie.png"/>
2021-09-23 16:06:05 +00:00
</p>
2021-09-23 16:08:33 +00:00
# Export Cookies
2021-09-23 15:44:59 +00:00
A Chrome extension to download the cookies for the current Chrome window as a Netscape cookie file.
2019-03-11 20:36:13 +00:00
## Introduction
2021-09-23 15:44:59 +00:00
Several CLI utilities such as `curl`, `wget` and `httrack` accept cookie files formatted as a Netscape cookie file. This chrome extension allows you to export Chrome's cookies as a Netscape cookie file.
2019-03-11 20:36:13 +00:00
## Installation
2021-09-23 15:44:59 +00:00
* Download and extract the directory.
* Navigate to **Settings** > **Extensions**.
* Enable the option **Developer Mode** in the top right corner.
* Click the newly revealed **Load Unpacked Extension** button.
* Specify the directory you extracted the directory to.
## Usage
2019-03-11 20:36:13 +00:00
2021-09-23 15:44:59 +00:00
* Click the 'Export Cookies' icon. The cookies for the current window are downloaded as `cookies.txt`.