Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chibisafe/chibisafe-extension
- Owner: chibisafe
- Created: 2017-01-19T01:30:27.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-30T18:33:08.000Z (11 months ago)
- Last Synced: 2024-03-30T19:37:16.982Z (11 months ago)
- Topics: chibisafe, chrome, chrome-extension, loli-safe, lolisafe, pomf
- Language: JavaScript
- Homepage:
- Size: 568 KB
- Stars: 19
- Watchers: 3
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.