JSON input-check
This extension is a JSON checker for input fields.
Was ist JSON input-check?
JSON input-check ist eine Chrome-Erweiterung, die von Nikita Matusevich entwickelt wurde, und ihr Hauptmerkmal ist "This extension is a JSON checker for input fields.".
Erweiterungsscreenshots
JSON input-check-Erweiterungs-CRX-Datei herunterladen
Laden Sie JSON input-check-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | afkcobgeilopilhejnooendjenbmfmaa |
Offizielle URL | https://chrome.google.com/webstore/detail/json-input-check/afkcobgeilopilhejnooendjenbmfmaa |
Beschreibung | This extension is a JSON checker for input fields. |
Dateigröße | 2.17 MB |
Installationsanzahl | 103 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2018-11-12 |
Veröffentlichungsdatum | 2018-11-12 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | Nikita Matusevich |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | http://matusevich.it |
URL der Datenschutzrichtlinien-Seite | https://presto-privacy-policy.herokuapp.com |
Unterstützte Sprachen | 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": [ " |