Skip to content

chibisafe/chibisafe-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.