2023-11-04 16:48:18 +01:00
2021-08-21 20:59:48 +02:00
2021-08-17 21:07:50 +02:00
2021-09-27 16:03:54 +02:00
2021-08-14 16:00:31 +02:00
2021-09-25 18:51:23 +02:00
2022-04-13 20:05:05 +02:00
2021-08-17 20:15:53 +02:00
2022-04-30 12:47:50 +00:00

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

Description
The official linkylinky chrome extension
Readme 817 KiB
Release 0.3.1 Latest
2021-09-27 14:03:55 +00:00
Languages
HTML 56.5%
JavaScript 43.5%