I am currently trying to develop a chrome extension for a project. My knowledge of Javascript is quite limited and this is my first using it, so I am trying to reduce as much as possible its use. The extension scope will be basically extracting the titles and url from every opened tab and pass this info as a list so it can be used in a python script (applying some text processing and knn/dbscan or other clustering), and getting back those clusters to the extension.
I would appreciate some guidance because, although my project is simple, I am running out of time.
I have been reading lots of information and keep seeing these terms, which make me confused because I don´t know which route I should follow: Restful API, Flask, Django, FastAPI... I just basically want to run a simple python script to execute those actions but don´t seem to find the way to connect both components.
Thank you!