floccus bookmarks sync
Sync your bookmarks privately across browsers and devices
floccus bookmarks sync là gì?
floccus bookmarks sync là một tiện ích mở rộng Chrome được phát triển bởi https://floccus.org, và tính năng chính của nó là "Sync your bookmarks privately across browsers and devices".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng floccus bookmarks sync
Tải xuống các tệp mở rộng floccus bookmarks sync dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | floccus bookmarks sync |
ID | fnaicdffflnofjppbagibeoednhnbjhg |
URL Chính Thức | https://chromewebstore.google.com/detail/floccus-bookmarks-sync/fnaicdffflnofjppbagibeoednhnbjhg |
Mô tả | Sync your bookmarks privately across browsers and devices |
Kích Thước Tệp | 5.43 MB |
Số Lần Cài Đặt | 40,000 |
Phiên Bản Hiện Tại | 5.0.9 |
Cập Nhật Lần Cuối | 2024-01-09 |
Ngày Phát Hành | 2020-06-13 |
Đánh Giá | 4.09/5 Tổng số 101 Đánh Giá |
Nhà Phát Triển | https://floccus.org |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://floccus.org |
URL Trang Trợ Giúp | https://github.com/marcelklehr/floccus/issues |
URL Trang Chính Sách Bảo Mật | https://github.com/marcelklehr/floccus/blob/master/PRIVACY_POLICY.md |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |