degecko/prevue

Delay settings doesn't saves

Closed this issue · 3 comments

Delay settings doesn't saves.
Hover event doesn't show popup.
Default browser drag action triggered first.

Ungoogled-Chromium 107

The extension uses the Chrome Sync API to store its settings. I'm not sure, but I suppose something called "Ungoogled Chromium" doesn't include such an API, as the authentication process belongs to Google.

I'll try to store the settings locally when that API is not available, but it will take a while.

Closed. Chose to only rely on the Chrome Storage API as I'm trying to keep the code clean for Chrome Web Store and Firefox Add-ons moderators to allow the extension to be published to their official stores.

Sorry, you'll have to use Google Chrome or another version which implements the chrome.storage API.

Closed. Chose to only rely on the Chrome Storage API as I'm trying to keep the code clean for Chrome Web Store and Firefox Add-ons moderators to allow the extension to be published to their official stores.

Sorry, you'll have to use Google Chrome or another version which implements the chrome.storage API.

Sorry, but sounds silly. Most extensions (if not all of them) have no problem with either storing settings on Ungoogled Chromium, or moderators