JSON-handle
It's a browser and editor for JSON document.You can get a beautiful view
Qu'est-ce que JSON-handle ?
JSON-handle est une extension Chrome développée par https://jsonhandle.sinaapp.com, et sa fonction principale est "It's a browser and editor for JSON document.You can get a beautiful view".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension JSON-handle
Téléchargez les fichiers d'extension JSON-handle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
对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
Informations de Base sur l'Extension
Nom | JSON-handle |
ID | iahnhfdhidomcpggpaimmmahffihkfnj |
URL Officiel | https://chromewebstore.google.com/detail/json-handle/iahnhfdhidomcpggpaimmmahffihkfnj |
Description | It's a browser and editor for JSON document.You can get a beautiful view |
Taille du Fichier | 193 KB |
Nombre d'Installations | 207,603 |
Version Actuelle | 0.6.2 |
Dernière Mise à Jour | 2021-12-22 |
Date de Publication | 2020-03-11 |
Évaluation | 4.79/5 Total 442 Évaluations |
Développeur | https://jsonhandle.sinaapp.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://jsonhandle.sinaapp.com/ |
URL de la Page d'Aide | http://jsonhandle.sinaapp.com/ |
URL de la Page de Politique de Confidentialité | https://jsonhandle.sinaapp.com |
Langues Prises en Charge | 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", " |