webextensions / live-css-editor

Source code for Chrome/Edge/Firefox/Opera extension Magic CSS (Live editor for CSS, Less & Sass)
https://chromewebstore.google.com/detail/live-editor-for-css-less/ifhikkcafabcgolfjegfcgloomalapol
MIT License
277 stars 58 forks source link

Transfer from Chrome to FireFox #144

Open Dendrek opened 3 months ago

Dendrek commented 3 months ago

Hi. I saw there is a way to transfer from one computer using Chrome to another also using Chrome. I'm not sure how to adopt that method for a transfer of data from Chrome to FireFox.

Specifically, I wish for a way to export my saved data from my Chrome extension and import it to FireFox. I assume I'll need to use the DevTools Console for this, but I'm not sure what commands are needed.

webextensions commented 3 months ago

@Dendrek

We intend to provide that functionality via UI. Till then, the Chrome/Chromium users can follow https://github.com/webextensions/live-css-editor/discussions/112

For the Firefox users, https://bugzilla.mozilla.org/show_bug.cgi?id=1413872 / https://bugzilla.mozilla.org/show_bug.cgi?id=1605153 would eventually bring that capability.

Till then, for importing the data inside Firefox one would have to workaround like: (similar to https://github.com/webextensions/live-css-editor/discussions/112)