JSON Formatter
Chrome extension to format JSON
什麼是JSON Formatter?
JSON Formatter是由Ajanyan開發的Chrome擴展程式,該擴展的主要功能是“Chrome extension to format JSON”。
擴展截圖
下載JSON Formatter擴展crx文件
下載JSON Formatter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | nheccekoienfcnaiegopcdbjanfgcojh |
| 官方網址 | https://chromewebstore.google.com/detail/json-formatter/nheccekoienfcnaiegopcdbjanfgcojh |
| 簡介 | Chrome extension to format JSON |
| 檔案大小 | 26.69 KB |
| 安裝次數 | 78 |
| 目前版本 | 1.1.1 |
| 更新時間 | 2023-08-22 |
| 上架時間 | 2022-05-30 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Ajanyan |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 隱私政策頁面URL | https://docs.google.com/document/d/e/2PACX-1vRYBC-rma1pL7va61UTij-FWdl2E3fA4TOJX3AaDkBqMMjVcl4fkkNd1mAZhmSC_h47DECkuekFuDHA/pub |
| 支援的語言 | 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": []
} | |