Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ahwayakchih/webextension-extract-json
- Owner: ahwayakchih
- License: bsd-3-clause
- Created: 2017-07-10T05:24:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T16:07:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T17:53:07.641Z (3 months ago)
- Topics: chrome-extension, firefox-extension, webextentions
- Language: JavaScript
- Homepage:
- Size: 116 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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