a chrome extension to copy text by your code.
You can copy web pages as Markdown, HTML, and any other formats as you wish by writing JavaScript.
# v0.4.0 (2022-05-24)
- New Feature: modifier keys.
Now you can change the behavior of a function using modifier keys.
Visit the README https://github.com/pokutuna/chrome-cocopy/blob/master/README.md
- Replace Preact with React.
Bundles are larger but replaced for ease of development.
- Update dependencies.
# v0.3.0 (2022-02-18)
- *BETA* Returning { "html": "...", "text": "..." } to copy as rich text & plain text.
This interface may change in future.
- Update dependencies.