Files
kutt-extension/CONTRIBUTING.md
2026-01-04 04:32:56 +05:30

1.6 KiB
Raw Permalink Blame History

Contributing Guidelines

Assets

Development

  • npm install to install dependencies.

  • To watch file changes in developement

    • Chrome
      • npm run dev:chrome
    • Firefox
      • npm run dev:firefox

    (Reload Extension Manually in the browser)

  • Load extension in browser

    • Chrome

      • Go to the browser address bar and type chrome://extensions

      • Check the Developer Mode button to enable it.

      • Click on the Load Unpacked Extension… button.

      • Select your extensions extracted directory.

    • Firefox

      • Load the Add-on via about:debugging as temporary Add-on.

      • Choose the manifest.json file in the extracted directory

  • Generate an API Key from https://kutt.it/ (Settings page)

  • Paste and Save the Key in extension's options page.

npm run build builds the extension for all the browsers to extension/(browser) directory respectively.

Testing

Download latest Release

Direct download


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.