Skip to content

Releases: Twasi/twasi-shortener-chrome-extension

v1.3

23 Sep 10:52
Compare
Choose a tag to compare

Features

  • Create authenticated URLs by reading JWT from shortener (permitted extension only).
  • Show more detailed error message when URL creation failed.

Not implemented yet

  • JWT caching. Creating URLs takes a little longer now (< 1.5s) since it queries the JWT every time.

v1.2

15 Sep 08:31
Compare
Choose a tag to compare

Right-click context menu added!

Features:

  • Right-click any link and use "shorten this URL" to instantly shorten any URL.
  • Some minor performance and stability improvements.

v1.1

10 Sep 08:32
Compare
Choose a tag to compare

Some minor improvements to the extension.

Features:

  • Loading animation while shortlink is being created.
  • Error messages when an error occurs.
  • Slightly better animation on the "copied" note.
  • Hiding of the extension ribbon on the frontend when the extension is installed.

v1.0

08 Sep 06:20
Compare
Choose a tag to compare

This is the first version submitted for review on the Chrome developer console

Features:

  • Creates a short URL for the current url when the extension's icon is clicked.
  • Copies the shortened url to the clipboard.

Not implemented yet:

  • Handling of too fast shortlink creation error.
  • Handling of invalid URLs (chrome:// e. g.).

Currently the extension just shows '...' when an error occurs.