chibisafe-extension
chibisafe-extension copied to clipboard
Companion extension for the chibisafe File Uploader.
Chibisafe Uploader
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.
Features
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.
Install
Chrome version can be used in Edge, Vivaldi and other Chromium based browsers.
Building
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 installto install dependencies. - Run
npm run build:chromeornpm run build:firefoxto build the extension.
The built extension will be located in the .build directory. Simply load this directory as an unpackaged extension in your browser.