Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chibisafe/chibisafe-extension

Companion extension for the chibisafe File Uploader.
https://github.com/chibisafe/chibisafe-extension

chibisafe chrome chrome-extension loli-safe lolisafe pomf

Last synced: 3 months ago
JSON representation

Companion extension for the chibisafe File Uploader.

Awesome Lists containing this project

README

        

# 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 like `Send 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 install` to install dependencies.
* Run `npm run build:chrome` or `npm 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.