linkylinky-chrome/README.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2021-08-14 13:39:53 +00:00
<p align="center">
2021-08-17 18:15:53 +00:00
<img height="150" src="./src/icon_128.png">
2021-08-14 13:39:53 +00:00
<h1 align="center">LinkyLinky 4 Chrome</h1>
<h3 align="center">A simple, privacy focused urls shortner</h3>
</p>
<!-- ## 👀 Preview
TODO: -->
## ⚡ Installation
- [Download project archive](https://git.odit.services/kauft.es/linkylinky/archive/main.zip)
- Unzip the project
- Go to [Chrome Extensions](chrome://extensions/) (`chrome://extensions/`)
- Turn on `Developer Options` in the top right
- Click on `Load Unpacked` in the top left
- Select the project folder (contains this file)
## 🏴 Roadmap/ Progress
- [x] Basic README
- [x] Publish to git
- [x] Basic functionality
- [x] Create generated urls
- [x] Create custom urls
- [x] Copy shorturl to deskop
- [x] Notify on copy
- [x] Generate another url
- [ ] Project Logo™
2021-08-17 17:47:28 +00:00
- [x] Basic error handling
- [x] Finalize styling
2021-08-14 13:58:51 +00:00
## Credits
* ClipboardJS by Zeno Rocha licensed under MIT - Website: https://clipboardjs.com/ - Repo: https://github.com/zenorocha/clipboard.js
* TailwindCSS by TailwindLabs licensed under MIT - Website: https://tailwindcss.com - Repo: https://github.com/tailwindlabs/tailwindcss
* LinkyLinky Server: https://git.odit.services/kauft.es/linkylinky