Minimalist, context-aware chat extension for Chrome that enhances any webpage.

aws chrome-extension flask mongo openai python reactjs
2 Open Issues Need Help Last updated: Jul 1, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Debug and fix the broken Google Sign-In functionality in the React frontend of the Askage Chrome extension. The solution should involve modifying the `background.js` file and the `googleLogin()` function in `LoginScreen.jsx`, potentially adjusting the `oauth2` configuration in `manifest.json` (using a dummy client ID for submission). The focus is solely on implementing a working login, avoiding unnecessary features.

Complexity: 3/5
bug help wanted frontend Hard

Minimalist, context-aware chat extension for Chrome that enhances any webpage.

JavaScript
#aws#chrome-extension#flask#mongo#openai#python#reactjs

AI Summary: Implement a singleton MongoDB handler class in Python that connects to a local MongoDB server, ensures only one instance exists, and provides a global variable 'db' referencing the 'askage' database. This involves modifying the existing `MongoHandler` class in `db_handler.py`.

Complexity: 2/5
enhancement good first issue backend Easy

Minimalist, context-aware chat extension for Chrome that enhances any webpage.

JavaScript
#aws#chrome-extension#flask#mongo#openai#python#reactjs