diff --git a/README.md b/README.md index 1be278e..70326ca 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ - Create customizable `/s/` short links for any URL. - Share short links privately or with teammates. - View analytics on link traffic and sources. +- Easy access to your shortcuts with browser extension. - Open source self-hosted solution. ## Deploy with Docker in seconds @@ -26,3 +27,11 @@ docker run -d --name slash -p 5231:5231 -v ~/.slash/:/var/opt/slash yourselfhost ``` Learn more in [Self-hosting Slash with Docker](https://github.com/boojack/slash/blob/main/docs/install.md). + +## Browser Extension + +Slash provides a browser extension to help you use your shortcuts in the search bar to go to the corresponding URL. + +![browser-extension-example](./resources/browser-extension-example.png) + +Learn more in [The Browser Extension of Slash](https://github.com/boojack/slash/blob/main/docs/install-browser-extension.md). diff --git a/resources/browser-extension-example.png b/resources/browser-extension-example.png new file mode 100644 index 0000000..09d2859 Binary files /dev/null and b/resources/browser-extension-example.png differ