Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ahwayakchih/webextension-extract-json

Browser action which shows JSON data found in PRE elements on the current page and allows to download each one as a separate JSON file.
https://github.com/ahwayakchih/webextension-extract-json

chrome-extension firefox-extension webextentions

Last synced: about 2 months ago
JSON representation

Browser action which shows JSON data found in PRE elements on the current page and allows to download each one as a separate JSON file.

Awesome Lists containing this project

README

        

# webextension-extract-json

Browser action which shows JSON data found in PRE elements on the current page and allows to download each one as a separate JSON file.

# TODO

- Settings with:
- selector for "source" elements (currently only PRE elements are checked)
- instead of a single "excerpt", allow creating "excerpt" and "title" through
user-defined funtions
- Make inspecting asynchronous, because right now, all JSON data found is parsed
(to validate) and excerpts are created in a single run, which may be a bit slow
when there's a lot of data