mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
1.9 KiB
1.9 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
- Opera
npm run dev-opera
(Reload Extension Manually in the browser)
- Chrome
-
Load extension in browser
-
Chrome
-
Firefox
-
Opera
-
-
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
ToDo
- Switch to Promise return Method
- Fix UI issues in Firefox
- Using Node-Kutt package(feature request)
Note:
Shortening might take a while, it's not the issue with the extension but with Kutt.it's API.



