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

https://github.com/niklashenning/notion-clear-trash

Browser extension that adds the much-needed clear trash button to Notion
https://github.com/niklashenning/notion-clear-trash

chrome-extension delete edge-extension notion notion-api notion-automation trash

Last synced: 5 months ago
JSON representation

Browser extension that adds the much-needed clear trash button to Notion

Awesome Lists containing this project

README

        



Notion Clear Trash

[![Version](https://img.shields.io/badge/version-v1.0.0-blue)](https://chromewebstore.google.com/detail/notion-clear-trash/koepefeihdlpllnicdhkahlppibfbjdd)
[![Build](https://img.shields.io/badge/build-passing-neon)](https://github.com/niklashenning/notion-clear-trash)
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)


Browser extension that adds the much-needed clear trash button to Notion.


Now you can empty the whole trash with just one click.




Install extension »



## Installation

### Chrome Web Store
You can install the extension through the Chrome Web Store on browsers such as Google Chrome, Microsoft Edge, Opera, and Brave.
Simply follow [this link](https://chromewebstore.google.com/detail/notion-clear-trash/koepefeihdlpllnicdhkahlppibfbjdd)
and click on the "Add to Chrome" or "Get" button, depending on your browser.

### Installing locally
Alternatively, you can install the extension locally by following these steps:
1. Clone the repository

```
git clone https://github.com/niklashenning/notion-clear-trash.git
```

2. Open your browser's extension manager

`chrome://extensions/`, `edge://extensions/`, ...

3. Enable developer mode to be able to load unpacked extensions

4. Click the "Load unpacked" button and select the "src" folder of the cloned repository, which will load and enable the extension

## Usage
To empty the trash, open the trash popup by clicking the "Trash" button in the sidebar on the left, as usual.
In the top right corner of the popup, you'll see a new button that says "Clear Trash".
Click that button and wait for the trash to be fully cleared. If you have thousands of items in the trash, this can take up to a few seconds.

## License
This software is licensed under the [MIT license](LICENSE).