mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +01:00
{firefox,chromium}: add Floccus bookmarks sync so I will remember its existence
This commit is contained in:
parent
89fc9bd2ed
commit
ac922aea86
@ -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"
|
||||
|
@ -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`
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user