JSON++
JSON viewer with JSON path search
What is JSON++?
JSON++ is a Chrome extension developed by Dovocode, and its main feature is "JSON viewer with JSON path search".
Extension Screenshots
Download JSON++ Extension CRX File
Download JSON++ extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible
Extension Basic Information
Name | JSON++ |
ID | iglemljkbocdodbincahibnabahledap |
Official URL | https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap |
Description | JSON viewer with JSON path search |
File Size | 60.41 KB |
Installation Count | 156 |
Current Version | 0.0.2 |
Last Updated | 2022-07-03 |
Publish Date | 2020-09-24 |
Developer | Dovocode |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON++", "version": "0.0.2", "manifest_version": 2, "description": "JSON viewer with JSON path search", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |