修改了json解析逻辑,直接解析谷歌浏览器的书签文件 #34
                
     Open
            
            
          
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
我发现谷歌浏览器的书签文件就是Json文件,而且这个json文件就在本地,不需要自己转成json。
后续还可以直接编辑这个json文件,即可以实现书签的编辑,并且编辑完后,重启谷歌浏览器,编辑的数据就能生效。
todo:
1.给导航设置单独的图标
2.给网页设置预览图