Hi everyone,
I want to port a FF extension. I searched this forum about related topics a but there aren't many
(or maybe I'm looking in wrong places?!?).
My extension is basically a HTML/CSS/JS content in a tab, but heavily relies on some FF functions
I looked at the Chrome supported APIs but cannot find the equivalent to these:
SQLite API (accessing and using sqlite db in a file):
https://developer.mozilla.org/en-US/docs/Storage
Access to the local file system (files, folders, their sizes, modification times, opening links in aplications, etc.):
https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIFile
https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsILocalFile
Are these interfaces implemented in Chrome?
Where should I start digging into it?
Any help greatly appreciated.
m
--
You received this message because you are subscribed to the Google Groups "Chromium-extensions" group.
To view this discussion on the web visit https://groups.google.com/a/chromium.org/d/msg/chromium-extensions/-/WbxMLKAOND4J.
To post to this group, send email to chromium-...@chromium.org.
To unsubscribe from this group, send email to chromium-extens...@chromium.org.
For more options, visit this group at http://groups.google.com/a/chromium.org/group/chromium-extensions/?hl=en.