JSON-handle
It's a browser and editor for JSON document.You can get a beautiful view
What is JSON-handle?
JSON-handle is a Chrome extension developed by https://jsonhandle.sinaapp.com, and its main feature is "It's a browser and editor for JSON document.You can get a beautiful view".
Extension Screenshots
Download JSON-handle Extension CRX File
Download JSON-handle 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
对JSON格式的内容进行浏览和编辑,以树形图样式展现JSON文档,并可实时编辑。 Edit and browse JSON document in a node tree diagram. After installed, open the URL will trigger JSON-handle: 安装后打开下面网址可以看到JSON-handle启动的效果: http://jsonhandle.sinaapp.com/demo.json
Extension Basic Information
Name | JSON-handle |
ID | iahnhfdhidomcpggpaimmmahffihkfnj |
Official URL | https://chromewebstore.google.com/detail/json-handle/iahnhfdhidomcpggpaimmmahffihkfnj |
Description | It's a browser and editor for JSON document.You can get a beautiful view |
File Size | 193 KB |
Installation Count | 207,603 |
Current Version | 0.6.2 |
Last Updated | 2021-12-22 |
Publish Date | 2020-03-11 |
Rating | 4.79/5 Total 442 Ratings |
Developer | https://jsonhandle.sinaapp.com |
[email protected] | |
Payment Type | free |
Extension Website | http://jsonhandle.sinaapp.com/ |
Help Page URL | http://jsonhandle.sinaapp.com/ |
Privacy Policy Page URL | https://jsonhandle.sinaapp.com |
Supported Languages | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSON-handle", "version": "0.6.2", "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" }, "description": "It's a browser and editor for JSON document.You can get a beautiful view", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*", "file:\/\/*", "file:\/\/\/*" ], "js": [ "content_scripts.js" ], "run_at": "document_end", "all_frames": false } ], "browser_action": { "default_title": "JSON-handle", "default_icon": "logo16.png" }, "options_page": "options.html", "web_accessible_resources": [ "JSON-handle\/JSON-handle.html", "options.html" ], "offline_enabled": true, "permissions": [ "contextMenus", "webRequest", "tabs", " |