JSON Lite
Fast JSON viewer - highlights, shows items count/size, handles large files
什麼是JSON Lite?
JSON Lite是由Lauri Rooden開發的Chrome擴展程式,該擴展的主要功能是“Fast JSON viewer - highlights, shows items count/size, handles large files”。
擴展截圖
下載JSON Lite擴展crx文件
下載JSON Lite擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Features: - Format JSON/JSONP responses and clipboard - Select and format/encode/decode text on every page - Collapsible arrays, objects and long values - Collapse all childs with Ctrl(Command) + Click - Collapse property also on all sibling items with Alt(Option) + Click - Count items and properties in a collection - Show collection sizes - Do its best to show large (10MB+) JSON files - Do its best to show invalid JSON files - Do not sort objects with numeric keys - Do not round large numbers - "Save as..." saves the original JSON document - Select and copy a working JSON from the formatted JSON Copyright (c) 2016-2023 Lauri Rooden The MIT License
擴展基本資訊
名稱 | JSON Lite |
ID | acacmjcicejlmjcheoklfdchempahoag |
官方網址 | https://chromewebstore.google.com/detail/json-lite/acacmjcicejlmjcheoklfdchempahoag |
簡介 | Fast JSON viewer - highlights, shows items count/size, handles large files |
檔案大小 | 21.82 KB |
安裝次數 | 10,498 |
目前版本 | 23.5.0 |
更新時間 | 2023-05-20 |
上架時間 | 2019-06-18 |
評分 | 4.88/5 共 48 次評分 |
開發者 | Lauri Rooden |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/lauriro/json-lite |
說明頁面URL | https://github.com/lauriro/json-lite/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "JSON Lite", "version": "23.5.0", "author": "Lauri Rooden", "description": "Fast JSON viewer - highlights, shows items count\/size, handles large files", "icons": { "128": "img\/icon-128.png", "48": "img\/icon-48.png", "32": "img\/icon-32.png" }, "permissions": [ "contextMenus", "storage", "activeTab", "tabs", "scripting" ], "host_permissions": [ " |