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.
什麼是Json and Xml converter?
Json and Xml converter是由Максим Шевцов開發的Chrome擴展程式,該擴展的主要功能是“A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.”。
擴展截圖
下載Json and Xml converter擴展crx文件
下載Json and Xml converter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view.
擴展基本資訊
名稱 | Json and Xml converter |
ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
官方網址 | https://chromewebstore.google.com/detail/json-and-xml-converter/clbefbkdndgpfbeejbgaioenoggmjbdj |
簡介 | A set of utilities for working with json and xml. Casting json to 1 line. We bring the json object into a beautiful view. |
檔案大小 | 33.26 KB |
安裝次數 | 64 |
目前版本 | 1.1 |
更新時間 | 2023-07-09 |
上架時間 | 2023-07-09 |
開發者 | Максим Шевцов |
電子郵箱 | [email protected] |
付費類型 | free |
說明頁面URL | https://apiexpert.net/ |
支援的語言 | 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": [] } |