Json and Xml converter
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
Co to jest Json and Xml converter?
Json and Xml converter to rozszerzenie Chrome opracowane przez Максим Шевцов, a jego główną funkcją jest „A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Json and Xml converter
Pobierz pliki rozszerzeń Json and Xml converter 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
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
| Oficjalny URL | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
| Opis | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
| Rozmiar pliku | 33.26 KB |
| Liczba instalacji | 64 |
| Aktualna Wersja | 1.1 |
| Ostatnia Aktualizacja | 2023-07-09 |
| Data Publikacji | 2023-07-09 |
| Deweloper | Максим Шевцов |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Pomocy | https://apiexpert.net/ |
| Obsługiwane Języki | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Json and Xml converter",
"description": "A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.",
"version": "1.1",
"icons": {
"16": "images\/empty_16.png",
"32": "images\/empty_32.png",
"48": "images\/empty_48.png",
"64": "images\/empty_64.png",
"128": "images\/empty_128.png"
},
"action": {
"default_popup": "popup\/popup.html"
},
"permissions": [
"scripting",
"activeTab"
],
"background": []
} | |