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. 拡張機能の基本情報
| 名前 | |
| ID | clbefbkdndgpfbeejbgaioenoggmjbdj |
| 公式URL | 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 |
| 開発者 | Максим Шевцов |
| Eメール | [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": []
} | |