mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 11:12:48 +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",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/adnauseam/latest.xpi",
|
||||||
"installation_mode": "force_installed"
|
"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": {
|
"ipfs-firefox-addon@lidel.org": {
|
||||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipfs-companion/latest.xpi",
|
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/ipfs-companion/latest.xpi",
|
||||||
"installation_mode": "normal_installed"
|
"installation_mode": "normal_installed"
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
- [OpenDyslexic](#opendyslexic)
|
- [OpenDyslexic](#opendyslexic)
|
||||||
- [Dark Reader](#dark-reader)
|
- [Dark Reader](#dark-reader)
|
||||||
- [Indiewiki Buddy](#indiewiki-buddy)
|
- [Indiewiki Buddy](#indiewiki-buddy)
|
||||||
|
- [Floccus bookmarks sync](#floccus-bookmarks-sync)
|
||||||
- [Wayback Machine](#wayback-machine)
|
- [Wayback Machine](#wayback-machine)
|
||||||
- [Privacy Manager](#privacy-manager)
|
- [Privacy Manager](#privacy-manager)
|
||||||
- [Terms of Service; Didn't Read](#terms-of-service-didnt-read)
|
- [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
|
for my task and there is no reason occassionally needed Chromium shouldn't be
|
||||||
tolerable for a few minutes.
|
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)
|
### [Wayback Machine](https://chrome.google.com/webstore/detail/fpnmgdkabkmnadcjpehmlllkndpkmiak)
|
||||||
|
|
||||||
- `fpnmgdkabkmnadcjpehmlllkndpkmiak`
|
- `fpnmgdkabkmnadcjpehmlllkndpkmiak`
|
||||||
|
@ -50,6 +50,12 @@
|
|||||||
"toolbar_pin": "default_unpinned",
|
"toolbar_pin": "default_unpinned",
|
||||||
"update_url": "https://clients2.google.com/service/update2/crx"
|
"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": {
|
"fpnmgdkabkmnadcjpehmlllkndpkmiak": {
|
||||||
"installation_mode": "normal_installed",
|
"installation_mode": "normal_installed",
|
||||||
"override_update_url": true,
|
"override_update_url": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user