Ultra Fast JSON Viewer
Quickly beautifies JSON.
什麼是Ultra Fast JSON Viewer?
Ultra Fast JSON Viewer是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Quickly beautifies JSON.”。
擴展截圖
下載Ultra Fast JSON Viewer擴展crx文件
下載Ultra Fast JSON Viewer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Detects, parses, and renders JSON very fast by minimizing styling. Future updates will allow for finer control of level of styles. 擴展基本資訊
| 名稱 | |
| ID | achlegaapdgcnnhfmliagapbampafine |
| 官方網址 | https://chromewebstore.google.com/detail/ultra-fast-json-viewer/achlegaapdgcnnhfmliagapbampafine |
| 簡介 | Quickly beautifies JSON. |
| 檔案大小 | 9.94 KB |
| 安裝次數 | 252 |
| 目前版本 | 1.0.4 |
| 更新時間 | 2017-06-22 |
| 上架時間 | 2017-06-22 |
| 評分 | 4.33/5 共 3 次評分 |
| 開發者 | Unknown |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ultra Fast JSON Viewer",
"version": "1.0.4",
"description": "Quickly beautifies JSON.",
"manifest_version": 2,
"browser_action": {
"default_icon": "img\/icon - large.png",
"default_popup": "popup.html"
},
"author": "Ed Mak",
"icons": {
"128": "img\/icon - large.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"file:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"settings.js",
"jsonify.js"
]
}
],
"permissions": [
"*:\/\/*\/*",
"storage"
]
} | |