Loading...
Loading...
This is a basic calculator app, only for +,-,* and / operations. This is a cleaner interface to do basic math while on a site.
A light weight very basic chrome extension to send GET and POST requests, tested for JSON api
On clicking the extension, this shows the list of emails and their count and also shows the title of each email. Thus helping find out the mails sending unrelated contents
This extenstion runs python code from current page, e.g chatGPT window it requires a backend app to run it. The backend in any simple application that has a endpoint http://localhost:9999/run to run a python code
This is a personal project for reading data from certain columns of a table from a particular site. Only the user of the particular site will use it.
This extension visualizes the html from the page and also let user live edit to see the change
A chrome extension to note youtube views of any video played at different times. All one has to do is click on the extension after playing the video . Also runs in background , notes a youtube videos view count every 10 seconds. And Extension will keep list of all the views noted.
This extention calls locally running ollama apis against qwen3:1.7b model. So to test it you must have ollama installed on your machine and you must have done "ollama run qwen3:1.7b" for this to work. Also since extentions run in the webpage and ollama apis does't send cors header by default...