Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flytaly/reddix-extension
- Owner: flytaly
- License: apache-2.0
- Created: 2023-08-31T09:09:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-13T17:22:24.000Z (6 months ago)
- Last Synced: 2024-05-13T18:43:51.481Z (6 months ago)
- Topics: chrome-extension, reddit, webextension
- Language: JavaScript
- Homepage:
- Size: 1.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.