Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjie committed Jul 6, 2023
1 parent c34c098 commit 68abbc1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 0 additions & 2 deletions src/js/myscript.js
Original file line number Diff line number Diff line change
@@ -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 = '<div class="';
var insertStylePre = 'col-xs-12 col-sm-12 ';
var insertHtml = ' mainBox"><div class="tool-right"><i class="fa fa-plus fa-lg"></i></div><div data-tgt="container"></div></div>';
Expand Down
9 changes: 4 additions & 5 deletions src/js/samplejson.js
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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/"
}
},
{
"project": "ModifyAjaxResponse",
"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"
}
},
{
Expand Down Expand Up @@ -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/"
Expand Down
4 changes: 2 additions & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 68abbc1

Please sign in to comment.