Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dtgoitia/click-to-clipboard
Browser extension to copy predefined texts to clipboard on a click.
https://github.com/dtgoitia/click-to-clipboard
Last synced: 25 days ago
JSON representation
Browser extension to copy predefined texts to clipboard on a click.
- Host: GitHub
- URL: https://github.com/dtgoitia/click-to-clipboard
- Owner: dtgoitia
- Created: 2021-11-11T06:56:12.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-16T19:57:44.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T13:55:50.881Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 440 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Development set up
Run `make install`
## Development
See `./Makefile`.
## Build and use
Complete [development set up](#development-set-up) steps, and then run `make build-for-chrome`. This should generate the `dist/clic-to-clipboard.crx` extension file.
To load the extension in Chrome:
1. In Chrome, navigate to `chrome://extensions`.
2. On the top right, ensure to have the _Developer mode_ enabled.
3. Click and drag the `dist/clic-to-clipboard.crx` file into the page.
4. Click _Add extension_.
5. Enjoy!