bgrins/devtools-snippets

Export/import window not popping up upon running the snippet

KrKandula opened this issue · 2 comments

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.

screen shot 2016-11-03 at 3 39 48 pm

It just keeps showing this popup when I run the snippet from already separate window mode

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.