Chrome extension that copies(cuts) the value of a specified cookie when cmd+shift+K is pressed.
- Clone this repo / download the zip and extract it somewhere
- Open Chrome/Brave/Edge extensions page:
chrome://extensions/brave://extensions/edge://extensions/
- Enable developer mode (the toggle in the top right corner)
- Click on "Load unpacked"
- Select the folder where you cloned/downloaded the repo
- You should see the extension in your toolbar now
- Set the cookie name by clicking the extension icon on your toolbar, and clicking save.
- Press cmd+shift+K to copy the value of the cookie to your clipboard, the value will be fetched from the current tab.