floccus bookmarks sync
Sync your bookmarks privately across browsers and devices
什麼是floccus bookmarks sync?
floccus bookmarks sync是由https://floccus.org開發的Chrome擴展程式,該擴展的主要功能是“Sync your bookmarks privately across browsers and devices”。
擴展截圖
下載floccus bookmarks sync擴展crx文件
下載floccus bookmarks sync擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Sync your bookmarks across browsers via your own self-hosted server. Requirements: * Nextcloud Bookmarks * or a WebDAV file server (like SeaFile, Nextcloud and even commercial ones) * or the LoFloccus desktop app: https://github.com/TCB13/LoFloccus * or a Google Drive Account * a recent Chrome version (or a compatible browser) with native Bookmark Sync disabled Support If you'd like to support the creation and maintenance of this software, you can donate here: https://paypal.me/marcelklehr1 https://liberapay.com/marcelklehr/donate https://opencollective.com/floccus https://github.com/sponsors/marcelklehr https://patreon.com/marcelklehr Additionally, please don't forget to give this extension some stars, if you liked it and don't hesitate to drop me a mail if you experience problems -- chances are we'll solve them! :) Legal License: https://github.com/marcelklehr/floccus/blob/master/LICENSE.txt Privacy Policy: https://github.com/marcelklehr/floccus/blob/master/PRIVACY_POLICY.md
擴展基本資訊
名稱 | floccus bookmarks sync |
ID | fnaicdffflnofjppbagibeoednhnbjhg |
官方網址 | https://chromewebstore.google.com/detail/floccus-bookmarks-sync/fnaicdffflnofjppbagibeoednhnbjhg |
簡介 | Sync your bookmarks privately across browsers and devices |
檔案大小 | 5.43 MB |
安裝次數 | 40,000 |
目前版本 | 5.0.9 |
更新時間 | 2024-01-09 |
上架時間 | 2020-06-13 |
評分 | 4.09/5 共 101 次評分 |
開發者 | https://floccus.org |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://floccus.org |
說明頁面URL | https://github.com/marcelklehr/floccus/issues |
隱私政策頁面URL | https://github.com/marcelklehr/floccus/blob/master/PRIVACY_POLICY.md |
支援的語言 | de,en,fr,es,pl,pt-BR,sv,cs,ru,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "floccus bookmarks sync", "short_name": "floccus", "version": "5.0.9", "description": "__MSG_DescriptionExtension__", "icons": { "48": "icons\/logo.png", "64": "icons\/logo_64.png", "128": "icons\/logo_128.png" }, "default_locale": "en", "permissions": [ "alarms", "bookmarks", "storage", "unlimitedStorage", "tabs", "identity" ], "host_permissions": [ "*:\/\/*\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "options_ui": { "page": "dist\/html\/options.html", "browser_style": false }, "action": { "browser_style": false, "default_icon": { "48": "icons\/logo.png" }, "default_title": "Open Floccus options", "default_popup": "dist\/html\/options.html" }, "background": { "service_worker": "dist\/js\/background-script.js" } } |