The official linkylinky chrome extension
Go to file
Nicolai Ort a4071c5380 🚀RELEASE 0.3.1 2021-09-27 16:03:54 +02:00
docs Added "docs" images 2021-08-21 20:59:48 +02:00
src Smol js fix (fuck html attribute names) 2021-09-27 16:03:27 +02:00
.drone.yml Now using odit image in ci 2021-08-17 20:51:13 +02:00
.gitignore Now allowing lockfiles 2021-08-17 21:07:50 +02:00
CHANGELOG.md 🚀RELEASE 0.3.1 2021-09-27 16:03:54 +02:00
LICENSE Added license 2021-08-14 16:00:31 +02:00
README.md Readme update 4 roadmap 2021-09-25 18:51:23 +02:00
package.json 🚀RELEASE 0.3.1 2021-09-27 16:03:54 +02:00
tailwind.config.js Updated project structure 2021-08-17 20:15:53 +02:00
yarn.lock Generated yarn lockfile 2021-08-17 21:08:31 +02:00

README.md

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