https://github.com/assafmo/page-to-json
A Chrome extension to download the the current tab as a JSON file
https://github.com/assafmo/page-to-json
Last synced: about 1 year ago
JSON representation
A Chrome extension to download the the current tab as a JSON file
- Host: GitHub
- URL: https://github.com/assafmo/page-to-json
- Owner: assafmo
- License: mit
- Created: 2016-10-11T09:40:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-12-06T13:09:35.000Z (over 7 years ago)
- Last Synced: 2025-03-22T07:51:27.155Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci
- Size: 264 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## This chrome extension is a best effort to extract data structures from HTML into JSON.
### [https://chrome.google.com/webstore/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci](https://chrome.google.com/webstore/detail/page-to-json/glbjlbehokkbmdfmnkbpkiidamifooci)
## Supported data structures
* Tables
* Lists
* Links
## License
[MIT](./LICENSE)