Skip to content

Commit d394749

Browse files
committed
feat(edit-this-cookie)
1 parent 9f8466e commit d394749

File tree

6 files changed

+47
-0
lines changed

6 files changed

+47
-0
lines changed
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: EditThisCookie
3+
description: description
4+
menuWeight: 9.7
5+
paths:
6+
- tools/edit-this-cookie
7+
---
8+
9+
# [](#what-is-it) What's EditThisCookie?
10+
11+
EditThisCookie is a simple Chrome extension to manage your browser's cookies. It can be added through the [Chrome Web Store](https://chrome.google.com/webstore/category/extensions). After adding it to Chrome, you'll see a button with a delicious cookie icon next to any other Chrome extensions you might have installed. Clicking on it will open a pop-up window with a list of all saved cookies associated with the currently opened page domain.
12+
13+
![EditThisCookie popup]({{@asset tools/images/edit-this-cookie-popup.webp}})
14+
15+
## [](#functions) Functionalities
16+
17+
At the top of the popup, there is a row of buttons. From left to right, here is an explanation for each one:
18+
19+
### Delete all cookies
20+
21+
Clicking this button will simply remove all cookies associated with the current domain. For example, if you're logged into your Apify account and delete all the cookies, the website will ask you to log in again.
22+
23+
### Reset
24+
25+
Basically just a refresh button.
26+
27+
### Add a new cookie
28+
29+
Manually add new cookie for the current domain.
30+
31+
### Import cookies
32+
33+
Allows you to add cookies in bulk. For example, if you have saved some cookies inside your crawler, or someone provided you with some cookies for the purpose of testing a certain website in your browser, they can be imported and automatically applied with this button.
34+
35+
### Export cookies
36+
37+
Copies an array of cookies associated with the current domain to the clipboard. The cookies can then be later inspected, added to your crawler, or imported by someone else using EditThisCookie.
38+
39+
### Search
40+
41+
Allows you to filter through cookies by name.
42+
43+
### Options
44+
45+
Will open a new browser tab with a bunch of EditThisCookie options. The options page allows you to tweak a few settings such as changing the export format, but you will most likely never need to change anything there.
46+
47+
![EditThisCookie options]({{@asset tools/images/edit-this-cookie-options.webp}})
65.9 KB
Loading
Binary file not shown.
67.4 KB
Loading
Binary file not shown.
54.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)