A simplistic lightweight browser extension, which copies page information to clipboard.
If you ever needed to quickly create a reference for a web page, this extension lets you do it in just two clicks. There are a few citation formats available, with custom formatting coming in v2.x.
This is a work in progress.
Supported formats:
* Plaintext: `Google https://www.google.com/`
* JSON: `{"title":"Google","url":"https://www.google.com/";}`
* Markdown: `[Google](https://www.google.com/)`
* Markdown+Quotes: `["Google"](https://www.google.com/)`
* Html: `<a href="https://www.google.com/">Google</a>`
* APA: `Google. Retrieved August 8, 2019, from https://www.google.com/`