xBrowserSync

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

Co je xBrowserSync?

xBrowserSync je rozšíření Chrome vyvinuté https://xbrowsersync.org, a jeho hlavní funkcí je „Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření xBrowserSync

Stáhněte si soubory rozšíření xBrowserSync ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název xBrowserSync xBrowserSync
ID lcbjdhceifofjlpecfpeimnnphbcjgnc
Oficiální URL https://chromewebstore.google.com/detail/xbrowsersync/lcbjdhceifofjlpecfpeimnnphbcjgnc
Popis Browser syncing as it should be: secure, anonymous and free! Sync bookmarks across your browsers and devices, no sign up required.
Velikost souboru 1.87 MB
Počet instalací 40,579
Aktuální Verze 1.5.2
Poslední Aktualizace 2020-04-09
Datum Vydání 2020-04-09
Hodnocení 3.95/5 Celkem 131 Hodnocení
Vývojář https://xbrowsersync.org
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.xbrowsersync.org/
URL Stránky Nápovědy https://www.xbrowsersync.org/#faqs
URL Stránky Zásad Ochrany Soukromí https://www.xbrowsersync.org/privacypolicy
Podporované Jazyky 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:\/\/*\/"
    ]
}