JSON-handle
It's a browser and editor for JSON document.You can get a beautiful view
O que é JSON-handle?
JSON-handle é uma extensão do Chrome desenvolvida por https://jsonhandle.sinaapp.com, e sua principal característica é "It's a browser and editor for JSON document.You can get a beautiful view".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão JSON-handle
Baixe arquivos de extensão JSON-handle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
对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
Informações Básicas da Extensão
Nome | JSON-handle |
ID | iahnhfdhidomcpggpaimmmahffihkfnj |
URL Oficial | https://chromewebstore.google.com/detail/json-handle/iahnhfdhidomcpggpaimmmahffihkfnj |
Descrição | It's a browser and editor for JSON document.You can get a beautiful view |
Tamanho do Arquivo | 193 KB |
Contagem de Instalações | 207,603 |
Versão Atual | 0.6.2 |
Última Atualização | 2021-12-22 |
Data de Publicação | 2020-03-11 |
Classificação | 4.79/5 Total de 442 Avaliações |
Desenvolvedor | https://jsonhandle.sinaapp.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://jsonhandle.sinaapp.com/ |
URL da Página de Ajuda | http://jsonhandle.sinaapp.com/ |
URL da Página de Política de Privacidade | https://jsonhandle.sinaapp.com |
Idiomas Suportados | 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", " |