2.1 KiB
2.1 KiB
LinkyLinky 4 Chrome
A simple, privacy focused urls shortner
👀 Preview
⚡ Installation
- Download the
linkylinky-chrome.zip
from the lastest release - Unzip the file
- Go to Chrome Extensions (
chrome://extensions/
) - Turn on
Developer Options
in the top right - Click on
Load Unpacked
in the top left - Select the unziped folder ("linkylinky-chrome")
🛠 Dev Setup
Runs on port 3000
Yarn
yarn
yarn dev
NPM
npm i
npm run dev
🚢 Build
Yarn
yarn
yarn build
# Optional to create the zip
yarn build:package
NPM
npm i
npm run build
# Optional to create the zip
npm run build:package
🏴 Roadmap/ Progress
- Basic README
- Publish to git
- Basic functionality
- Create generated urls
- Create custom urls
- Copy shorturl to deskop
- Notify on copy
- Generate another url
- Disable bot crawling/chat preview on demand
- Use clientside redirect w/ animation
- Provide different url
- Project Logo™
- Basic error handling
- Finalize styling
- Advanced project stuff
- Purge delivered css
- Build script
- Automagic builds via drone
- Delivery as zip
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