javascript - Using nosql for a browser extension? -
i'd have backend chrome/firefox extension app makes queries local (preferably nosql) database. there way this? perhaps query language accessing chrome.storage?
read html5 storage in particular indexeddb , web sql. possible ways query storage (ok html5 filesystem api way considered indexed using folders).
all 3 work in chrome. make sure use them correct location (background script). havent tried other browsers, check html5 compatibility.
even if use specific of chrome, both firefox , edge promissed supporting chrome extensions repackaging them store.
Comments
Post a Comment