this post was submitted on 28 Jun 2023
0 points (NaN% liked)

Free and Open Source Software

17960 readers
13 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

A huge amount of users use chrome instead of chromium, but what are the advantages of this? To me it just seems closed source chromium with trackers and a colorful logo Is there some pro in using chrome?

you are viewing a single comment's thread
view the rest of the comments
[–] rnd@beehaw.org 0 points 1 year ago (1 children)

Haven't used Chrome or Chromium in quite some time, but sounds interesting -- especially since fully open-source forks of Firefox, such as Fennec, can use Mozilla's sync service.

[–] Lionir@beehaw.org 0 points 1 year ago (1 children)

Even non-Firefox browsers can use Firefox Sync! GNOME Web does for example.

[–] laskobar@feddit.de 0 points 1 year ago

I have created a sync tool which can be used by Firefox and all Chromium derivatives. A bookmark added in Firefox is synced automatically to Chromium and visa versa. The Webextension can be downloaded from the standard Firefox AMO, the same applies for Microsoft Edge. For Chrome and other Chromium derivates you have to sideload the Extension, because I don't want to upload it to the Chrome Web Store.

As a backend, you need a selhosted PHP script with absolute minimum requirements. As an alternative you can use a Webdav share as backend. The backend is available at https://codeberg.org/Offerel/SyncMarks-Webapp. The extension in the mentioned extension stores or at https://codeberg.org/Offerel/SyncMarks-Extension

I will upload my latest commits today, with some small fixes, there was no update since some time.