Export/import window not popping up upon running the snippet
KrKandula opened this issue · 2 comments
KrKandula commented
I am using the chrome verison 54 when i run the snippet from separate dev tools window mode, it doesn't bring up any export/import dialog as mentioned in the documentation (last two steps).
Instead it just pops a dialog asking to be in the seperate window mode.
KrKandula commented
bgrins commented
Hm, yeah the import/export script relies on some implementation details that may have changed. I'm guessing in this case the origin chrome-devtools://devtools
may have changed: https://github.com/bgrins/devtools-snippets/blob/master/import-export/chrome/devtools_import_export.js#L409.