问题描述
新手问题 - 我之前从未创建过Chrome插件。我也不是程序员。但是试图创建一个插件,里面有文件夹,子文件夹,(纯文本)笔记和书签..我认为它可行。
那么什么是存储所有这些数据的最佳方式?我可以将它存储在chrome.storage中吗?我看到另一个插件使用sql存储'NOTES'数据。什么是标准做法?我应该如何/在哪里存储所有这些数据(关于文件夹,子文件夹,注释和URL书签)?
Newbie question - I have never created a chrome plugin before this. Nor am I a programmer. But attempting to create a plugin which will have folders, sub-folders, (plain-text) notes and bookmarks.. I think its doable.
So what is the best way to store all this data? Can I just store it in chrome.storage? I saw another plugin storing 'NOTES' data using sql. What is the standard practice? How/where should I store all this data (about folders, sub-folders, notes & URL bookmarks)?
这篇关于新手问题,如何/在哪里存储我的数据为chrome插件(有文件夹,备注和书签)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!