{firefox,chromium}: add Floccus bookmarks sync so I will remember its existence

This commit is contained in:
Aminda Suomalainen 2024-04-14 14:10:39 +03:00
parent 89fc9bd2ed
commit ac922aea86
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
3 changed files with 18 additions and 0 deletions

View File

@ -43,6 +43,10 @@
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi",
"installation_mode": "force_installed"
},
"floccus@handmadeideas.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/floccus/latest.xpi",
"installation_mode": "normal_installed"
},
"ipfs-firefox-addon@lidel.org": {
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipfs-companion/latest.xpi",
"installation_mode": "normal_installed"

View File

@ -14,6 +14,7 @@
- [OpenDyslexic](#opendyslexic)
- [Dark Reader](#dark-reader)
- [Indiewiki Buddy](#indiewiki-buddy)
- [Floccus bookmarks sync](#floccus-bookmarks-sync)
- [Wayback Machine](#wayback-machine)
- [Privacy Manager](#privacy-manager)
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
@ -102,6 +103,13 @@ in not so hardened Chromium for a bit due to hardened Firefox being too much
for my task and there is no reason occassionally needed Chromium shouldn't be
tolerable for a few minutes.
### [Floccus bookmarks sync](https://chromewebstore.google.com/detail/floccus-bookmarks-sync/fnaicdffflnofjppbagibeoednhnbjhg)
- `fnaicdffflnofjppbagibeoednhnbjhg`
Bookmarks sync either through selfhosted webdav or Google Drive working even
across different web browsers.
### [Wayback Machine](https://chrome.google.com/webstore/detail/fpnmgdkabkmnadcjpehmlllkndpkmiak)
- `fpnmgdkabkmnadcjpehmlllkndpkmiak`

View File

@ -50,6 +50,12 @@
"toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"fnaicdffflnofjppbagibeoednhnbjhg": {
"installation_mode": "normal_installed",
"override_update_url": true,
"toolbar_pin": "default_unpinned",
"update_url": "https://clients2.google.com/service/update2/crx"
},
"fpnmgdkabkmnadcjpehmlllkndpkmiak": {
"installation_mode": "normal_installed",
"override_update_url": true,