Skip to content

vladyslav-hord/HTML-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Parser Pro

Advanced Chrome extension for parsing and analyzing HTML with Python integration.

Features

  • Parse HTML elements from any webpage
  • Extract element data (tags, IDs, classes, XPath, selectors)
  • Export data as JSON
  • Dark/Light theme support
  • Python integration for advanced data analysis (coming soon)

Installation

  1. Open Chrome and go to chrome://extensions/
  2. Enable "Developer mode"
  3. Click "Load unpacked"
  4. Select this directory

Usage

  1. Navigate to any webpage
  2. Click the extension icon
  3. Click "Parse Page" to extract elements
  4. Use "Export Data" to save as JSON
  5. Process data with Python scripts (see /python folder)

Structure

/
├── manifest.json       # Extension configuration
├── popup.html         # Extension popup UI
├── popup.js           # Popup logic
├── content.js         # Content script for page parsing
├── background.js      # Background service worker
├── styles.css         # Styles
└── python/            # Python analysis scripts (coming soon)

Development

This is the basic skeleton. Next steps:

  • Add tree view navigation
  • Implement pattern detection
  • Create Python analysis scripts
  • Add data visualization

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors