JSON Formatter
Chrome extension to format JSON
Co to jest JSON Formatter?
JSON Formatter to rozszerzenie Chrome opracowane przez Ajanyan, a jego główną funkcją jest „Chrome extension to format JSON”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSON Formatter
Pobierz pliki rozszerzeń JSON Formatter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension can be used to format JSON data. Usage 1 1. Select the JSON text on browser screen 2. Right click on the selected text 3. Click on Format JSON Usage 2 1. Click on the JSON format extension icon 2. Paste the JSON text to the input text area on the left side. 3. Click on Format button
Podstawowe informacje o rozszerzeniu
Nazwa | JSON Formatter |
ID | nheccekoienfcnaiegopcdbjanfgcojh |
Oficjalny URL | https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh |
Opis | Chrome extension to format JSON |
Rozmiar pliku | 26.69 KB |
Liczba instalacji | 78 |
Aktualna Wersja | 1.1.1 |
Ostatnia Aktualizacja | 2023-08-22 |
Data Publikacji | 2022-05-30 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Ajanyan |
[email protected] | |
Typ Płatności | free |
Adres URL Strony Polityki Prywatności | https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "description": "Chrome extension to format JSON", "version": "1.1.1", "manifest_version": 3, "permissions": [ "contextMenus" ], "icons": { "128": "icon128.png" }, "background": { "service_worker": "background.js" }, "action": [] } |