mirror of
https://github.com/thedevs-network/kutt-extension.git
synced 2026-02-03 13:53:23 +00:00
1.2 KiB
1.2 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 as unpacked from
chrome|firefox|opera/directory. -
Generate an API Key from
https://kutt.it/(Settings page) -
Paste and Save the
Keyin extension'soptions page.
npm run build-all builds the extension to chrome|firefox|opera directory.
Testing
Download latest Pre-Release
ToDo
- Switch to Promise return Method
- Fix UI issues in Firefox
- Using Node-Kutt package(feature request)
Note:
Shortening may take a while, it's not the issue with the extension but with Kutt.it's API.
