Companion extension for the chibisafe service.
Chibisafe is an open-source self-hosted file hosting service that allows for fast and easy file uploads. This extension aims to make it easy to upload to a chibisafe instance by adding a few new options to the context menu for quick uploading.
The extension adds the following options to the context menu:
Send to safe
Uploads the media content that was right clicked to the configured chibisafe instance.Screenshot page/Screenshot selection
Takes a screenshot of the current page or selection and uploads it.Upload to album
Just likeSend to safe
, but allows you to select an album to upload to. Requires that a user API key is configured.
Chrome version can be used in Edge, Vivaldi and other Chromium based browsers.
If you want to build the extension yourself and use it as an unpackaged extension, you can do so by doing the following:
- Clone the repository.
- Run
npm install
to install dependencies. - Run
npm run build:chrome
ornpm run build:firefox
to build the extension.
The built extension will be located in the .build
directory. Simply load this directory as an unpackaged extension in your browser.