Json Parser
Base Level Extension
What is Json Parser?
Json Parser is a Chrome extension developed by Unknown, and its main feature is "Base Level Extension".
Extension Screenshots
Download Json Parser Extension CRX File
Download Json Parser 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
Easy to parse json string through a small pop up to json format, so developer can quickly to watch readable data. 透過 pup up 出來的彈跳匡中,輸入 json 字串。response 的為 json format 後的格式。
Extension Basic Information
Name | Json Parser |
ID | gnfcgfjkemoipnknpcfkeeolgpahnmmm |
Official URL | https://chromewebstore.google.com/detail/json-parser/gnfcgfjkemoipnknpcfkeeolgpahnmmm |
Description | Base Level Extension |
File Size | 415 KB |
Installation Count | 108 |
Current Version | 1.0 |
Last Updated | 2019-11-29 |
Publish Date | 2019-11-29 |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/teyushen/json-parser-chrome-plugin |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Json Parser", "description": "Base Level Extension", "version": "1.0", "manifest_version": 2, "browser_action": { "default_popup": "index.html", "default_icon": "icon168.png" } } |