Copy Tracker is a browser extension that helps you track and save copied text with ease. This extension supports both Google Chrome and Mozilla Firefox.
- Save selected text directly from the context menu.
- View all saved texts in a popup.
- User authentication for secure text saving.
- Clone this repository or download the ZIP file.
- Open Chrome and navigate to
chrome://extensions/
. - Enable Developer mode by toggling the switch in the top right corner.
- Click Load unpacked and select the directory where you cloned/downloaded the extension.
- Clone this repository or download the ZIP file.
- Open Firefox and navigate to
about:debugging#/runtime/this-firefox
. - Click Load Temporary Add-on and select the
manifest.json
file in the directory where you cloned/downloaded the extension.
- Install the extension as described above.
- Log in to the extension via the popup to enable saving of selected text.
- Select text on any web page.
- Right-click and select "Save selected text" from the context menu.
- The selected text will be saved and can be viewed from the extension popup.
- Node.js
- npm