JSON-handle
It's a browser and editor for JSON document.You can get a beautiful view
什麼是JSON-handle?
JSON-handle是由https://jsonhandle.sinaapp.com開發的Chrome擴展程式,該擴展的主要功能是“It's a browser and editor for JSON document.You can get a beautiful view”。
擴展截圖
下載JSON-handle擴展crx文件
下載JSON-handle擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
对JSON格式的内容进行浏览和编辑,以树形图样式展现JSON文档,并可实时编辑。
Edit and browse JSON document in a node tree diagram.
After installed, open the URL will trigger JSON-handle:
安装后打开下面网址可以看到JSON-handle启动的效果:
http://jsonhandle.sinaapp.com/demo.json 擴展基本資訊
| 名稱 | |
| ID | iahnhfdhidomcpggpaimmmahffihkfnj |
| 官方網址 | https://chromewebstore.google.com/detail/json-handle/iahnhfdhidomcpggpaimmmahffihkfnj |
| 簡介 | It's a browser and editor for JSON document.You can get a beautiful view |
| 檔案大小 | 193 KB |
| 安裝次數 | 207,603 |
| 目前版本 | 0.6.2 |
| 更新時間 | 2021-12-22 |
| 上架時間 | 2020-03-11 |
| 評分 | 4.79/5 共 442 次評分 |
| 開發者 | https://jsonhandle.sinaapp.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://jsonhandle.sinaapp.com/ |
| 說明頁面URL | http://jsonhandle.sinaapp.com/ |
| 隱私政策頁面URL | https://jsonhandle.sinaapp.com |
| 支援的語言 | en,zh-CN,zh-TW |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "JSON-handle",
"version": "0.6.2",
"icons": {
"16": "logo16.png",
"48": "logo48.png",
"128": "logo128.png"
},
"description": "It's a browser and editor for JSON document.You can get a beautiful view",
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*",
"file:\/\/*",
"file:\/\/\/*"
],
"js": [
"content_scripts.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_action": {
"default_title": "JSON-handle",
"default_icon": "logo16.png"
},
"options_page": "options.html",
"web_accessible_resources": [
"JSON-handle\/JSON-handle.html",
"options.html"
],
"offline_enabled": true,
"permissions": [
"contextMenus",
"webRequest",
"tabs",
" | |