https://github.com/uiur/chrome-clip-copy
Copy text to clipboard in chrome
https://github.com/uiur/chrome-clip-copy
Last synced: 3 months ago
JSON representation
Copy text to clipboard in chrome
- Host: GitHub
- URL: https://github.com/uiur/chrome-clip-copy
- Owner: uiur
- Created: 2015-05-16T04:41:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-16T04:58:34.000Z (about 10 years ago)
- Last Synced: 2025-01-14T19:13:25.585Z (5 months ago)
- Language: JavaScript
- Homepage:
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# chrome-clip-copy
Copy text to clipboard in chrome.```
var copy = require('chrome-clip-copy')button.addEventListener('click', function () {
copy('some text')
})
```## Install
```
npm install chrome-clip-copy
```