Encoding at the speed of copypasta
Macaroni is a Chrome extension to help you quickly copy text you select as one of the following encodings:
This extension was created for security testing, so the encoded data it produces should not be used in a trusted context.
- Download this repo as a ZIP file from GitHub.
- Unzip the file
- In Chrome, go to the extensions page - chrome://extensions
- Enable Developer Mode.
- Click Load unpacked button and select the src folder that was extracted or drag the extracted src folder anywhere on the page to import it
If you are curious or concerned about the permissions requested by this extension, the following is a brief explainer for each permission and where you can find it used in code:
contextMenus
is used to create a menu items for you to specify which encoding you want copied to your clipboard for the text you have selectednotifications
is used to send you notifications for when your selected text has been encoded and copied to your clipboardactiveTab
is used to get the text you selected to pass to the encoder or decoder.activeTab
is a workaround for a Chrome bug withchrome.contextMenus
API causing line breaks and new lines to not appear inselectionText
.
The extension icon was found on The Noun Project and was created by mikicon