Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jalkhov/cliproard
📎 Transform your clipboard management with ClipRoard. Quickly store and access saved items to streamline your workflow and boost your productivity.
https://github.com/jalkhov/cliproard
clipboard firefox firefox-addon web-ext
Last synced: 3 days ago
JSON representation
📎 Transform your clipboard management with ClipRoard. Quickly store and access saved items to streamline your workflow and boost your productivity.
- Host: GitHub
- URL: https://github.com/jalkhov/cliproard
- Owner: Jalkhov
- License: mpl-2.0
- Created: 2025-01-05T22:44:05.000Z (15 days ago)
- Default Branch: master
- Last Pushed: 2025-01-09T18:11:40.000Z (11 days ago)
- Last Synced: 2025-01-13T21:04:41.701Z (7 days ago)
- Topics: clipboard, firefox, firefox-addon, web-ext
- Language: JavaScript
- Homepage: https://jalkhov.github.io/cliproard/
- Size: 546 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ClipRoard
ClipRoard is a browser extension that allows users to save frequently used text elements, manage them conveniently, and insert them into any editable field with a right-click. It's a versatile tool for improving productivity and efficiency when working with repetitive text.
## Features
- **Save Clipboard Items:** Easily save text elements from the options page for future use.
- **Insert Text via Context Menu:** Quickly insert saved elements into any editable field using the right-click context menu.
- **Customizable Display:** Configure the number of visible elements in the extension popup to match your workflow.## Installation
### For Firefox
1. Download the extension from the Firefox Add-ons Store.
2. Click "Add to Firefox" and confirm the installation.### Manual Installation
1. Clone or download this repository.
2. Go to your browser's extensions page:
- Firefox: Navigate to `about:addons`.
3. Click "Install Add-on From File."
4. Select the extension's directory.## Usage
### Save Clipboard Items
1. Open the extension popup by clicking on the cliproardd icon in the toolbar.
2. Enter a text element and click "Save."
3. Your element will be added to the list of saved items.### Insert Text via Context Menu
1. Right-click in any editable field (e.g., input or textarea).
2. Navigate to the "Insert from cliproardd" submenu.
3. Select an element to insert it into the field.### Customize Display
1. Open the options page from the extension settings.
2. Set the desired number of visible elements.
3. Save your changes.## Permissions
The extension requires the following permissions:
- `storage`: To save and manage clipboard items.
- `clipboardWrite`: To write data to the clipboard.
- `clipboardRead`: To read data from the clipboard.
- `contextMenus`: To add the context menu for element insertion.## Contributions
Contributions are welcome! Feel free to open issues, suggest features, or submit pull requests.
## Note
This project is intended to implement new technologies and practices as a way of learning, so sometimes there may be unnecessary and even excessive things for such a small project, so it could be taken as an experimental repository at times.