xBrowserSync

Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.

xBrowserSync là gì?

xBrowserSync là một tiện ích mở rộng Chrome được phát triển bởi https://xbrowsersync.org, và tính năng chính của nó là "Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng xBrowserSync

Tải xuống các tệp mở rộng xBrowserSync 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

                        xBrowserSync is a completely free and open source tool for syncing your bookmarks and browser data between your desktop browsers. xBrowserSync respects your privacy and gives you complete anonymity — no sign up is required and no personal data is ever collected. It is also completely secure; your data is encrypted client-side with military grade encryption, Even if someone intercepted your data, only you can decrypt it.

xBrowserSync enriches your bookmarks with the addition of descriptions and tags. An intuitive search interface lets you find bookmarks quickly and easily, or simply browse your bookmarks hierarchy by folders. And don’t ever worry about losing your data thanks to the included back up and restore functionality.

The web extension fully supports your native desktop browser bookmarking features; xBrowserSync will preserve your existing bookmarks hierarchy and any changes you make using the native bookmarking functionality are synced by xBrowserSync automatically. xBrowserSync will even add metadata to new bookmarks automatically!

With the xBrowserSync mobile app you can use xBrowserSync on the go with your Android device. Once you have created a new sync on your desktop browser using the web extension, simply scan your sync ID code into the app and enter your password to connect to your synced data. Add new bookmarks easily by sharing from your favourite apps (browsers, YouTube, Spotify and any other app that shares URLs), xBrowserSync will even populate the bookmark properties for you.

For ultimate privacy, configure your very own xBrowserSync cloud service on your Linux or Windows server to sync to. The code for the xBrowserSync cloud service is open source and is easy to set up for any relatively tech savvy individual.

Welcome to browser syncing as it should be: secure, anonymous and free!

Key features: 

★ Sync bookmarks between desktop browsers (syncing of additional browser data will be added in future versions), and access bookmarks on the move using the xBrowserSync Android app.
★ Absolutely free, there are no charges for using the service. Ever.
★ Totally anonymous, no sign up or submission of personal data required, just install and sync.
★ Encrypts your browser data client-side using military grade encryption that only you can decrypt.
★ Browse, find, modify and share bookmarks quickly and easily.
★ Enrich your bookmarks with descriptions and tags.
★ Works with native desktop browser bookmarking features.
★ Add bookmarks with the mobile app by sharing from your favourite apps.
★ Share bookmarks with friends with the mobile app.
★ Back up and restore your synced data for total peace of mind.
★ Run your very own xBrowserSync cloud service for syncing in complete privacy.

For more information visit www.xbrowsersync.org.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên xBrowserSync xBrowserSync
ID lcbjdhceifofjlpecfpeimnnphbcjgnc
URL Chính Thức https://chromewebstore.google.com/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc
Mô tả Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.
Kích Thước Tệp 1.87 MB
Số Lần Cài Đặt 40,579
Phiên Bản Hiện Tại 1.5.2
Cập Nhật Lần Cuối 2020-04-09
Ngày Phát Hành 2020-04-09
Đánh Giá 3.95/5 Tổng số 131 Đánh Giá
Nhà Phát Triển https://xbrowsersync.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.xbrowsersync.org/
URL Trang Trợ Giúp https://www.xbrowsersync.org/#faqs
URL Trang Chính Sách Bảo Mật https://www.xbrowsersync.org/privacypolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_title__",
    "version": "1.5.2",
    "description": "__MSG_description__",
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "32": "img\/notsynced.png"
        },
        "default_popup": "app.html",
        "default_title": "__MSG_title__"
    },
    "background": {
        "page": "background.html"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Space",
                "mac": "MacCtrl+Space"
            }
        }
    },
    "content_security_policy": "connect-src *; default-src 'none'; font-src 'self' data:; img-src 'self' data:; script-src 'self'; style-src 'self' 'unsafe-inline';",
    "permissions": [
        "activeTab",
        "alarms",
        "bookmarks",
        "notifications",
        "storage",
        "tabs",
        "unlimitedStorage"
    ],
    "optional_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}