what I need to know is how does my Chrome extension write its own log in .txt file? I tried using fileStorage but it says undefined. Thanks in advance!
Asked
Active
Viewed 689 times
0
-
1See http://stackoverflow.com/questions/12134696/how-to-implement-logging-functionality-in-a-chrome-extension and http://stackoverflow.com/questions/23702920/looking-for-the-best-way-to-store-log-data – Qantas 94 Heavy Aug 15 '14 at 10:33
-
1@Qantas94Heavy Both questions are incomplete (one even has 0 answers). I would also recommend http://stackoverflow.com/questions/2153979/chrome-extension-how-to-save-a-file-on-disk for a way to "export" the log file. – Xan Aug 15 '14 at 14:11