mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
86 lines
5.5 KiB
Markdown
86 lines
5.5 KiB
Markdown
<div align="center"><img width="150" src="source/public/assets/logo.png" /></div>
|
|
<h1 align="center">kutt-extension</h1>
|
|
<p align="center">Browser extension for <a href="https://kutt.it">Kutt.it</a></p>
|
|
<div align="center">
|
|
<a href="https://github.com/thedevs-network/kutt-extension/actions/workflows/build.yml">
|
|
<img src="https://github.com/thedevs-network/kutt-extension/actions/workflows/build.yml/badge.svg?branch=master" alt="Build" />
|
|
</a>
|
|
<a href="https://github.com/thedevs-network/kutt-extension/releases/latest">
|
|
<img src="https://img.shields.io/github/release/thedevs-network/kutt-extension.svg?colorB=blue" alt="Releases" />
|
|
</a>
|
|
<a href="https://github.com/thedevs-network/kutt-extension/issues?q=is%3Aopen+is%3Aissue">
|
|
<img src="https://img.shields.io/github/issues-raw/thedevs-network/kutt-extension.svg?colorB=lightgrey" alt="Open Issues" />
|
|
</a>
|
|
<a href="https://github.com/thedevs-network/kutt-extension/issues?q=is%3Aissue+is%3Aclosed">
|
|
<img src="https://img.shields.io/github/issues-closed-raw/thedevs-network/kutt-extension.svg?colorB=red" alt="Closed Issues" />
|
|
</a>
|
|
<a href="https://github.com/thedevs-network/kutt-extension/blob/master/license">
|
|
<img src="https://img.shields.io/github/license/thedevs-network/kutt-extension.svg" alt="LICENSE" />
|
|
</a>
|
|
</div>
|
|
<hr />
|
|
|
|
❤️ it? ⭐️ it on [GitHub](https://github.com/thedevs-network/kutt-extension/stargazers)
|
|
|
|
## Features
|
|
|
|
- Minimal UI
|
|
- Instant QR Code
|
|
- Cross Browser Support
|
|
- Supports Secure Passwords for URLs
|
|
- History & Incognito Feature
|
|
- Auto Copy Feature
|
|
- Free and Open Source
|
|
- Uses WebExtensions API
|
|
|
|
## Browser Support
|
|
|
|
| [](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd) | [](https://addons.mozilla.org/firefox/addon/kutt/) | [](CONTRIBUTING.md#for-opera-users) | [](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd) | [](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd) | [](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd) | [](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd) |
|
|
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
| 49 & later ✔ | 52 & later ✔ | 36 & later ✔ | 79 & later ✔ | Latest ✔ | Latest ✔ | Latest ✔
|
|
|
|
## How to use
|
|
|
|
- Download for browser(s)
|
|
|
|
- Chrome: [Kutt :: Chrome Web Store](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd)
|
|
- Firefox: [Kutt :: Add-ons for Firefox](https://addons.mozilla.org/firefox/addon/kutt/)
|
|
- Opera [Kutt :: Opera addons](CONTRIBUTING.md#for-opera-users)
|
|
- Edge: [Kutt :: Chrome Web Store](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd)
|
|
|
|
- Generate an API Key from <a href="https://kutt.it">`https://kutt.it/`</a> after signing up. (Settings page)
|
|
|
|
<img width="400" src="https://i.imgur.com/qQwqeH5.png" />
|
|
|
|
- Paste and Save this `Key` in extension's `options page` when asked.
|
|
|
|
<hr />
|
|
|
|
## Screenshots
|
|
|
|
<div>
|
|
<img width="250" src="./.github/assets/popup-v4-1.png" alt="popup" />
|
|
<div>_</div>
|
|
<img width="330" src="./.github/assets/options-v4-1.png" alt="options" />
|
|
</div>
|
|
|
|
<br />
|
|
|
|
## Note
|
|
|
|
- <a href="https://kutt.it">Kutt.it</a> API permits **50** URLs shortening per day using the API Key.
|
|
- **Enable Custom Host** option to use with self-hosted kutt
|
|
- Save the self hosted domain in the input (eg: <https://mykutt.it>)
|
|
- **Note**: the api endpoint is automatically appended during the api call.
|
|
- _Delay at times while shortening might be the issue with Kutt.it API and not with the extension's._
|
|
|
|
## Contributing and Support
|
|
|
|
View the Contributing guidelines [here](CONTRIBUTING.md).
|
|
|
|
Original Repo: [thedevs-network/kutt](https://github.com/thedevs-network/kutt)
|
|
|
|
## Licence
|
|
|
|
Code released under the [MIT License](license).
|