mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
1.6 KiB
1.6 KiB
Contributing Guidelines
Assets
- kutt.it API is used to retreive shortened URLs.
Development
-
npm installto install dependencies. -
To watch file changes in developement
- Chrome
npm run dev:chrome
- Firefox
npm run dev:firefox
(Reload Extension Manually in the browser)
- Chrome
-
Load extension in browser
-
Chrome
-
Firefox
-
-
Generate an API Key from
https://kutt.it/(Settings page) -
Paste and Save the
Keyin extension'soptions page.
npm run build builds the extension for all the browsers to extension/(browser) directory respectively.
Testing
Download latest Release
Self-hosted Kutt
- Enable Developer Options 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.
- Save the self hosted domain in the input (eg: https://mykutt.it)


