JSON Array Editor
Replace keys or values in your JSON
JSON Array Editorとは何ですか?
JSON Array EditorはJARRARDXYZによって開発されたChromeの拡張機能で、その主な機能は「Replace keys or values in your JSON」です。
拡張機能のスクリーンショット
JSON Array Editor拡張機能のCRXファイルをダウンロード
JSON Array Editor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is a useful tool to find and replace values in JSON arrays and objects.
Rename your ID key to CustomerID, replace all null values with something useful.
Updated: Added iterative replacement button - keep changing values on your JSON! 拡張機能の基本情報
| 名前 | |
| ID | egifieelfbfkjhfhbadkkkpimdiebehg |
| 公式URL | https://chromewebstore.google.com/detail/json-array-editor/egifieelfbfkjhfhbadkkkpimdiebehg |
| 説明 | Replace keys or values in your JSON |
| ファイルサイズ | 6.2 KB |
| インストール数 | 103 |
| 現在のバージョン | 1.3 |
| 最終更新日 | 2022-05-17 |
| 公開日 | 2019-12-24 |
| 開発者 | JARRARDXYZ |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON Array Editor",
"version": "1.3",
"description": "Replace keys or values in your JSON",
"permissions": [],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/replacer16.png",
"32": "images\/replacer32.png",
"48": "images\/replacer48.png",
"128": "images\/replacer128.png"
}
},
"icons": {
"16": "images\/replacer16.png",
"32": "images\/replacer32.png",
"48": "images\/replacer48.png",
"128": "images\/replacer128.png"
},
"manifest_version": 3
} | |