From 68abbc1cb175825b203393e99984db8dcd888064 Mon Sep 17 00:00:00 2001 From: wangjie Date: Thu, 6 Jul 2023 23:42:07 +0800 Subject: [PATCH] 2.1.0 --- README.md | 2 +- src/js/myscript.js | 2 -- src/js/samplejson.js | 9 ++++----- src/manifest.json | 4 ++-- 4 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2732a83..131404d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Source code of JSONViewer Chrome Extension, as well as Microsoft edge ## Description -format several JSON documents in one window, depends to your screen width, up to 6 +Format several JSON documents in one window, depends to your screen width, up to 6 ## Preview ![Preview](/pic/jsonviewer.png) diff --git a/src/js/myscript.js b/src/js/myscript.js index e2fe9a0..fa6909a 100644 --- a/src/js/myscript.js +++ b/src/js/myscript.js @@ -1,5 +1,3 @@ -console.log('ModifyAjaxResponse,Modify response text of ajax requests. https://github.com/oppoic/ModifyAjaxResponse https://chrome.google.com/webstore/detail/modifyajaxresponse/odpiadnfijfeggnnodoaaphkkjkmpnia'); - var insertHtmlPre = '
'; diff --git a/src/js/samplejson.js b/src/js/samplejson.js index 427972f..52a98b2 100644 --- a/src/js/samplejson.js +++ b/src/js/samplejson.js @@ -1,13 +1,12 @@ var samplejson = [ { "project": "JSONViewer", - "description": "make JSON documents easy to read", + "description": "Format several JSON documents in one window, depends to your screen width, up to 6", "source code": "https://github.com/oppoic/JSONViewer", "download": { "Google Chrome": "https://chrome.google.com/webstore/detail/jsonviewer/khbdpaabobknhhlpglenglkkhdmkfnca", "Microsoft Edge": "https://microsoftedge.microsoft.com/addons/detail/plbmlbokmdfffnjgepkiknofbbljempm", - "Firefox": "https://addons.mozilla.org/zh-CN/firefox/addon/jsonviewpro/", - "360": "https://www.cnblogs.com/oppoic/p/10444012.html" + "Firefox": "https://addons.mozilla.org/zh-CN/firefox/addon/jsonviewpro/" } }, { @@ -15,7 +14,8 @@ var samplejson = [ "description": "Modify response text of ajax requests", "source code": "https://github.com/oppoic/ModifyAjaxResponse", "download": { - "Google Chrome": "https://chrome.google.com/webstore/detail/modifyajaxresponse/odpiadnfijfeggnnodoaaphkkjkmpnia" + "Google Chrome": "https://chrome.google.com/webstore/detail/modifyajaxresponse/odpiadnfijfeggnnodoaaphkkjkmpnia", + "Microsoft Edge": "https://microsoftedge.microsoft.com/addons/detail/koeofaphicbgllfobkdbacgmcpnaifhn" } }, { @@ -47,7 +47,6 @@ var samplejson = [ ], "blog": "https://www.cnblogs.com/oppoic/", "github": "https://github.com/oppoic", - "stackoverflow": "https://stackoverflow.com/users/1661857/oppoic", "company": { "name": "septnet", "website": "https://www.7net.cc/" diff --git a/src/manifest.json b/src/manifest.json index a1c1680..835d6a3 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,8 +1,8 @@ { "manifest_version": 3, "name": "JSONViewer", - "description": "format several JSON documents in one window, depends to your screen width, up to 6", - "version": "2.0.0", + "description": "Format several JSON documents in one window, depends to your screen width, up to 6", + "version": "2.1.0", "icons": { "16": "images/16.png", "32": "images/32.png",