xBrowserSync

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

Apa itu xBrowserSync?

xBrowserSync adalah ekstensi Chrome yang dikembangkan oleh https://xbrowsersync.org, dan fitur utamanya adalah "Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi xBrowserSync

Unduh file ekstensi xBrowserSync dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama xBrowserSync xBrowserSync
ID lcbjdhceifofjlpecfpeimnnphbcjgnc
URL Resmi https://chromewebstore.google.com/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc
Deskripsi Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.
Ukuran File 1.87 MB
Jumlah Instalasi 40,579
Versi Saat Ini 1.5.2
Terakhir Diperbarui 2020-04-09
Tanggal Publikasi 2020-04-09
Penilaian 3.95/5 Total 131 Penilaian
Pengembang https://xbrowsersync.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.xbrowsersync.org/
URL Halaman Bantuan https://www.xbrowsersync.org/#faqs
URL Halaman Kebijakan Privasi https://www.xbrowsersync.org/privacypolicy
Bahasa yang Didukung 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:\/\/*\/"
    ]
}