Mozzarella

Home

Copy Extension

The extension consists of a popup window that opens when the user clicks on the extension icon in the browser toolbar. The popup window contains a button labeled 'Add', which, when clicked, adds a new text input field to the window. Each input field also has a 'Copy' button next to it, which, when clicked, copies the contents of the input field to the clipboard. To remove a specific input field, the user can click on a 'Remove' button next to the input field. This will remove the input field from the window. The extension uses JavaScript and the browser's built-in storage APIs to store the contents of the input fields and retrieve them when the popup window is opened or closed. This ensures that the user's inputs are not lost when they close the popup window or reload the extension.

Install