Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chunxutang/tablehelper
Chrome extension to highlight and extract HTML tables from web pages
https://github.com/chunxutang/tablehelper
Last synced: about 1 month ago
JSON representation
Chrome extension to highlight and extract HTML tables from web pages
- Host: GitHub
- URL: https://github.com/chunxutang/tablehelper
- Owner: ChunxuTang
- Created: 2017-03-09T21:52:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T22:04:35.000Z (almost 8 years ago)
- Last Synced: 2024-11-10T22:42:30.747Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Table Helper
Highlight and extract HTML tables from web pages
## What is it?
A Chrome extension to- highlight tables on a web page
- select and copy tables from a web page
- post table messages to another web page## Why just posting table messages?
This extension is used in my research for real time data sharing and collaboration.
A pasting action is not enough for this purpose. So, I strip message handlers from
the extension, but put them in the web page side.While, it's very easy to add necessary message handlers in `content_script.js` file.