JSON-handle
It's a browser and editor for JSON document.You can get a beautiful view
Wat is JSON-handle?
JSON-handle is een Chrome-extensie ontwikkeld door https://jsonhandle.sinaapp.com, en de belangrijkste functie is "It's a browser and editor for JSON document.You can get a beautiful view".
Extensie Screenshots
Download het CRX-bestand van de extensie JSON-handle
Download JSON-handle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
对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
Basisinformatie over de Extensie
Naam | JSON-handle |
ID | iahnhfdhidomcpggpaimmmahffihkfnj |
Officiële URL | https://chromewebstore.google.com/detail/json-handle/iahnhfdhidomcpggpaimmmahffihkfnj |
Beschrijving | It's a browser and editor for JSON document.You can get a beautiful view |
Bestandsgrootte | 193 KB |
Aantal Installaties | 207,603 |
Huidige Versie | 0.6.2 |
Laatst Bijgewerkt | 2021-12-22 |
Publicatiedatum | 2020-03-11 |
Beoordeling | 4.79/5 Totaal 442 Beoordelingen |
Ontwikkelaar | https://jsonhandle.sinaapp.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://jsonhandle.sinaapp.com/ |
Help Pagina-URL | http://jsonhandle.sinaapp.com/ |
URL van de Privacybeleid Pagina | https://jsonhandle.sinaapp.com |
Ondersteunde Talen | 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", " |