Shqyrtime për Midnight Lizard
Midnight Lizard nga Pavel Agarkov
Shqyrtim nga s20
Vlerësuar me 5 yje nga 5 të mundshëm
nga s20, 5 vite më parëI mean, it's mostly great - better than other "dark mode" add-ons I've tried, at least for me.
Edit: well, the Dev is apparently super fast to get back to you, so that's worth another star!
As it turns out, it's just difficult (not impossible) to transfer the settings from over machine to another. I stand corrected. Anyone needing instructions, v read the reply!
Edit: well, the Dev is apparently super fast to get back to you, so that's worth another star!
As it turns out, it's just difficult (not impossible) to transfer the settings from over machine to another. I stand corrected. Anyone needing instructions, v read the reply!
Përgjigje zhvilluesi
postuar më 5 vite më parëUnfortunately Firefox has a bug that does not allow to upload exported color schemes.
If you don't like to use built-in sync then you can try to do it manually:
1) Go to about:debugging#/runtime/this-firefox
2) Find Midnight Lizard and press Inspect
2) Paste into the Console "chrome.storage.sync.get(null,x=>console.log(JSON.stringify(x)))" without quotes and press Enter
3) Copy results from the Console to the file.
4) Open about:debugging#/runtime/this-firefox on your another device
4) Paste into the Console "chrome.storage.sync.set(JSON.parse('replace it with the text from the file and keep single quotes'))" without quotes and press Enter
PS: if you have disabled "Sync settings across your devices" in Midnight Lizard settings then you need to use "chrome.storage.local" instead of "chrome.storage.sync"
If you don't like to use built-in sync then you can try to do it manually:
1) Go to about:debugging#/runtime/this-firefox
2) Find Midnight Lizard and press Inspect
2) Paste into the Console "chrome.storage.sync.get(null,x=>console.log(JSON.stringify(x)))" without quotes and press Enter
3) Copy results from the Console to the file.
4) Open about:debugging#/runtime/this-firefox on your another device
4) Paste into the Console "chrome.storage.sync.set(JSON.parse('replace it with the text from the file and keep single quotes'))" without quotes and press Enter
PS: if you have disabled "Sync settings across your devices" in Midnight Lizard settings then you need to use "chrome.storage.local" instead of "chrome.storage.sync"