Skip to content

Releases: stanfrbd/chrome-extension-to-name

v0.0.1

22 Jan 10:59
Compare
Choose a tag to compare

Release Notes for v0.0.1

New Features

  • Initial release of the Chrome Extension Name Fetcher.
  • Fetch the name of a Chrome extension using its ID.
  • Support for fetching names of multiple extensions from a file.
  • Export results to CSV, Excel, or JSON formats.
  • Proxy support for requests.

Installation

  1. Clone the repository:

    git clone https://github.com/stanfrbd/chrome-extension-to-name.git
    cd chrome-extension-to-name
  2. Install the required packages:

    pip install -r requirements.txt

Full Changelog: https://github.com/stanfrbd/chrome-extension-to-name/commits/v0.0.1