devtools-snippets
devtools-snippets copied to clipboard
Export/import window not popping up upon running the snippet
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.
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.