Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbauerdev/qualification-viewer-v1
Qualification Viewer is a browser plugin that allows you to view your personal data on Stellar.ai.
https://github.com/cbauerdev/qualification-viewer-v1
chromium-extension firefox-extension html javascript plugin stellar-ai vanilla-javascript
Last synced: 6 days ago
JSON representation
Qualification Viewer is a browser plugin that allows you to view your personal data on Stellar.ai.
- Host: GitHub
- URL: https://github.com/cbauerdev/qualification-viewer-v1
- Owner: cbauerdev
- Created: 2025-02-04T15:48:52.000Z (9 days ago)
- Default Branch: main
- Last Pushed: 2025-02-04T16:35:36.000Z (9 days ago)
- Last Synced: 2025-02-04T17:20:59.707Z (9 days ago)
- Topics: chromium-extension, firefox-extension, html, javascript, plugin, stellar-ai, vanilla-javascript
- Language: JavaScript
- Homepage: https://github.com/cbauerdev/Qualification-Viewer-V1/
- Size: 413 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qualification Viewer V1.0
## Overview
Qualification Viewer is a browser plugin that allows you to view your and only your personal data on [Stellar.ai](https://joinstellar.ai/home/).
Specifically, it reads your `.json` file and presents relevant information in a user-friendly format.## Features
With this plugin, you can see:
- Passed Qualifications
- Available Qualifications
- Pending Qualifications
- Projects you're in## Compatibility
This plugin has been tested on:
- **Chromium-based browsers** (e.g., Chrome, Edge, Brave)
- Version: **1.74.51 Chromium: 132.0.6834.160** (Official Build) (64-Bit)
- **Firefox**
- Version: **134.0.2 (64-Bit)**## Platform Support
- ✅ **Windows & Linux** (Confirmed working)
- ❓ **MacOS / WebKit** (Not tested, but it's just JavaScript and HTML, so... YOLO 🤷♂️)## Installation
### Option 1: Load as an unpacked extension
1. Clone the repository:
```sh
git clone https://github.com/yourusername/qualification-viewer.git
```
2. Load the plugin as an unpacked extension in your browser (Chrome/Edge/Brave):
- Open `chrome://extensions/`
- Enable **Developer Mode** (top right corner)
- Click **Load unpacked**
- Select the cloned folder
3. (Optional) For Firefox, use `about:debugging` to load it temporarily.### Option 2: Install from pre-built `.crx` file
Alternatively, you can use the `Qualification Viewer V1.crx` file from the `build` folder.## Contributing
Feel free to open issues and submit pull requests. Contributions are welcome!## License
[MIT License](LICENSE)---
**Disclaimer:** This project is not affiliated with Stellar.ai.