Просмотр исходного кода

Merge branches 'develop' and 'develop' of github.com:thedevs-network/kutt into develop

poeti8 7 лет назад
Родитель
Сommit
608e165c32
1 измененных файлов с 7 добавлено и 1 удалено
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -17,6 +17,7 @@
 * [Key Features](#key-features)
 * [Key Features](#key-features)
 * [Stack](#stack)
 * [Stack](#stack)
 * [Setup](#setup)
 * [Setup](#setup)
+* [Browser Extensions](#browser-extensions)
 * [API](#api)
 * [API](#api)
 * [Integrate with ShareX](#sharex)
 * [Integrate with ShareX](#sharex)
 * [3rd Party API Packages](#3rd-party-api-packages)
 * [3rd Party API Packages](#3rd-party-api-packages)
@@ -54,6 +55,11 @@ You need to have [Node.js](https://nodejs.org/), [Neo4j](https://neo4j.com/) and
 
 
 **Docker:** You can use Docker to run the app. Read [docker-examples](/docker-examples) for more info.
 **Docker:** You can use Docker to run the app. Read [docker-examples](/docker-examples) for more info.
 
 
+## Browser Extensions
+Download Kutt's extension for web browsers via below links. You can also find the source code on [kutt-extension](https://github.com/abhijithvijayan/kutt-extension).
+* [Chrome](https://chrome.google.com/webstore/detail/kutt/pklakpjfiegjacoppcodencchehlfnpd)
+* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/kutt/)
+
 ## API
 ## API
 In addition to the website, you can use these APIs to create, delete and get URLs.
 In addition to the website, you can use these APIs to create, delete and get URLs.
 
 
@@ -120,7 +126,7 @@ You can use Kutt as your default URL shortener in [ShareX](https://getsharex.com
 | Python    | [kutt-cli](https://github.com/univa64/kutt-cli)            | Command-line client for Kutt written in Python    |
 | Python    | [kutt-cli](https://github.com/univa64/kutt-cli)            | Command-line client for Kutt written in Python    |
 | Ruby      | [kutt.rb](https://github.com/univa64/kutt.rb)              | Kutt library written in Ruby                      |
 | Ruby      | [kutt.rb](https://github.com/univa64/kutt.rb)              | Kutt library written in Ruby                      |
 | Node.js   | [node-kutt](https://github.com/ardalanamini/node-kutt)     | Node.js client for Kutt.it url shortener          |
 | Node.js   | [node-kutt](https://github.com/ardalanamini/node-kutt)     | Node.js client for Kutt.it url shortener          |
-| Bash      | [kutt-bash](https://github.com/caltlgin/kutt-bash)         | Simple command line program for Kutt              |
+| Bash      | [kutt-bash](https://git.nixnet.xyz/caltlgin/kutt-bash)     | Simple command line program for Kutt              |
 
 
 ## Contributing
 ## Contributing
 Pull requests are welcome. You'll probably find lots of improvements to be made.
 Pull requests are welcome. You'll probably find lots of improvements to be made.