An open API service indexing awesome lists of open source software.

https://github.com/systemjargon/browser-extension-lookup

Lookup web browser extensions by their Identifier
https://github.com/systemjargon/browser-extension-lookup

Last synced: about 1 year ago
JSON representation

Lookup web browser extensions by their Identifier

Awesome Lists containing this project

README

          

# browser-extension-lookup

## Lookup web browser extensions by their Identifier

This repo shows how to achieve this via python.

Note: For Windows you can maybe use the ChromeDriver with PowerShell and/or leverage Selenium to achieve a similar result to scrape the data.

```
python3 -m venv .venv
source .venv/bin/activate
pip install requests
pip install requests_html
pip install bs4
pip install lxml_html_clean
```

## Usage

Edge

`python3 edge-extensions.py edge.txt`

Chrome

`python3 chrome-extension-search.py chrome-exts.csv`