Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0zelot/nextcloud-news-reader
Simple, unofficial Chrome extension for reading articles delivered by Nextcloud News. Created using Vue3 and TailwindCSS compatible with Manifest V3.
https://github.com/0zelot/nextcloud-news-reader
chrome-extension extension nextcloud nextcloud-news tailwindcss vue3
Last synced: 19 days ago
JSON representation
Simple, unofficial Chrome extension for reading articles delivered by Nextcloud News. Created using Vue3 and TailwindCSS compatible with Manifest V3.
- Host: GitHub
- URL: https://github.com/0zelot/nextcloud-news-reader
- Owner: 0zelot
- License: mit
- Created: 2023-03-25T16:54:44.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T23:21:24.000Z (12 months ago)
- Last Synced: 2024-01-21T00:28:02.143Z (12 months ago)
- Topics: chrome-extension, extension, nextcloud, nextcloud-news, tailwindcss, vue3
- Language: Vue
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nextcloud-news-reader
Simple, unofficial Chrome extension for reading articles delivered by **Nextcloud News**. Created using **Vue3** and **TailwindCSS** compatible with **Manifest V3**.
This extension **is not** in Chrome Web Store because Google requires a verification fee to publish it there. This app was created primarily for personal use only.
### Installation
1. Make sure you have a properly installed [Nextcloud](https://nextcloud.com) with the [Nextcloud News](https://apps.nextcloud.com/apps/news) app.
2. Make sure you have Google Chrome or another **Chromium based browser** that supports Chrome extensions.
3. Download prepared extension [from here](https://github.com/0zelot/nextcloud-news-reader/releases/tag/latest) or build from source.
4. Unzip in a good, safe and **unchanging** location.
5. Run your Chromium based browser, go to **Settings -> Extensions**.
6. Enable **Developer mode** (slider in the upper right corner).
7. Click **Load unpacked** and select the folder location (see step 4).
8. Now your extension should be installed. You can open it's page and log in to your Nextcloud account on your Nextcloud instance.
After the first login, you have to manually sync data or wait a few minutes for the entries to be downloaded automatically from your server.
### Build from source
If for some reason you want to build this app on your own instead of using prepared version, follow this instruction.
1. Clone this repository.
2. Install all dependencies - `npm install`.
3. Run build script - `npm run build`.
A `dist` folder will be created in which the project will be built, ready to be imported in your Chromium based browser.