JSON input-check
This extension is a JSON checker for input fields.
什么是JSON input-check?
JSON input-check是由Nikita Matusevich开发的Chrome扩展程序,该扩展的主要功能是“This extension is a JSON checker for input fields.”。
扩展截图
下载JSON input-check扩展crx文件
下载JSON input-check扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is the best extension for validating, formatting and editing of JSON strings. If you need to validate, format or edit: * Some single JSON You can use the popup window. The red indicator in the right-top corner of the input field will show, if you have some errors in JSON string. When you hover over the indicator, it'll show you what exact error you have and in which line. If you see the green indicator in the right-top corner, it means you don't have any errors, but you can hover over this green indicator and click, it will format your JSON string. Also, our JSON editor will help with editing of JSON without any format issues. * JSON strings in all input fields at your page You can enable `Check all inputs on the current tab` option at the popup window, and it will inject our extension to all input fields and you'll be able to validate and format JSON input as it's at the popup window.
扩展基本信息
名称 | |
ID | afkcobgeilopilhejnooendjenbmfmaa |
官方URL | https://chrome.google.com/webstore/detail/json-input-check/afkcobgeilopilhejnooendjenbmfmaa |
简介 | This extension is a JSON checker for input fields. |
文件大小 | 2.17 MB |
安装次数 | 103 |
当前版本 | 0.2.1 |
更新时间 | 2018-11-12 |
上架时间 | 2018-11-12 |
评分 | 5.00/5 共2次评分 |
开发者 | Nikita Matusevich |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | http://matusevich.it |
隐私政策页面URL | https://presto-privacy-policy.herokuapp.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "JSON input-check", "description": "This extension is a JSON checker for input fields.", "version": "0.2.1", "author": "Nikita Matusevich", "content_scripts": [ { "matches": [ " |