Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flytaly/reddix-extension

WebExtension for organizing and searching saved Reddit items
https://github.com/flytaly/reddix-extension

chrome-extension reddit webextension

Last synced: 9 days ago
JSON representation

WebExtension for organizing and searching saved Reddit items

Awesome Lists containing this project

README

        

# Reddix

[ ![chrome.google.com/](https://i.imgur.com/unvdmLG.png)](https://chromewebstore.google.com/detail/reddix-reddit-bookmarks/mbedpjfdcabldemjmbkngheehfaelohe)
[ ![addons.mozilla.org/](https://user-images.githubusercontent.com/1577569/225926070-baa9ed48-841c-4ce7-bf70-557f848eed23.png)](https://addons.mozilla.org/firefox/addon/reddix-reddit-bookmarks/)

A browser extension that helps you organize and search your saved and upvoted Reddit items.

[reddix_demo.webm](https://github.com/flytaly/reddix-extension/assets/1577569/36e08b0d-77a3-47a5-8c3d-df3f929ddfc7)

## Usage

It's a [Vite](https://vitejs.dev/) powered WebExtension ([Chrome](https://developer.chrome.com/docs/extensions/reference/), [FireFox](https://addons.mozilla.org/en-US/developers/), etc.) based on [vitesse-webext](https://github.com/antfu/vitesse-webext) template.

### Development

```bash
pnpm dev
```

Then **load extension in browser with the `extension/` folder**.

For Firefox developers, you can run the following command instead:

```bash
pnpm start:firefox
```

### Build

To build the extension, run

```bash
pnpm build
```

And then pack files under `extension`.