1
0
Fork
You've already forked linksnip
0
A browser extension for copying a shortened URL for the address of the current page.
  • JavaScript 95.9%
  • Shell 2.6%
  • HTML 1.4%
2023年12月20日 13:38:14 -05:00
.github/workflows Add jasmine unit tests. 2021年10月09日 16:06:56 -04:00
img Update icon images 2021年04月23日 07:12:47 -04:00
spec Alter amzn.com output to amazon.com 2023年11月09日 06:52:32 -05:00
.gitignore Add jasmine unit tests. 2021年10月09日 16:06:56 -04:00
CODE_OF_CONDUCT.md Add project matter 2021年04月03日 14:46:36 -04:00
LICENSE Switch license from MIT to Apache 2021年04月20日 20:47:41 -04:00
linksnip.css Add browser_specific_settings for Firefox 2023年11月09日 21:47:56 -05:00
manifest_v2.json Fix cross-browser compatability with a better quick hack 2023年12月20日 13:38:14 -05:00
manifest_v3.json Fix cross-browser compatability with a better quick hack 2023年12月20日 13:38:14 -05:00
package-lock.json Update npm test packages 2023年11月09日 06:37:55 -05:00
package.json Fix cross-browser compatability with a better quick hack 2023年12月20日 13:38:14 -05:00
package.sh Revert change to browser.tabs api 2023年12月20日 10:20:31 -05:00
popup.html Add simple testing framework 2021年04月15日 07:49:53 -04:00
popup.js Fix cross-browser compatability with a better quick hack 2023年12月20日 13:38:14 -05:00
README.md Add links to the extension installation websites 2023年11月10日 08:12:57 -05:00

Linksnip - Copy a shortened address of the current page

Linksnip is an extension that will copy a shortened address for the current page. Ideally, this will support most popular services that have a shortened form (like youtube.com links to youtu.be). This extension does not operate with URL shortening services. It only computes the new URL from the existing one.

In addition to copying shortened links, Linksnip will also remove various tracking parameters from the URL. The result is a much shorter, cleaner link to be shared.

To use, click on the extension button. A shortened URL will be copied into the clipboard. If the extension doesn't know how to shorten a URL, the whole address will be copied.

Installation

Firefox: https://addons.mozilla.org/en-US/firefox/addon/linksnip/

Chrome: https://linksnip.app/

Permissions

This extension requires access to:

  • your tabs (to get the page address)
  • write access to your clipboard (to put the page address in there)

Supported sites

  • Amazon
  • Autotrader
  • Ebay
  • Flickr
  • Google Search
  • Home Depot
  • Instagram
  • Kubernetes
  • Newegg
  • Reddit
  • Stack Overflow/Exchange
  • Youtube
  • go-reviews.googlesource.com