This is an open-source browser extension specifically designed for X Browser. It works on any Chromium-based browser as well as Firefox and supports two-way synchronization between local bookmarks and the cloud.
Features
Minimalist design that focuses only on essential bookmark sync functionality. After signing in with your X Browser account, you can start using it immediately. If you use multiple desktop browsers, you can also sign in with the same X Browser account on all of them to keep bookmarks in sync across devices.

Browser Compatibility
✅ Chrome 88+
✅ Firefox 109+
✅ Microsoft Edge 88+
✅ Other Chromium-based browsers
Installation
Install from Extension Stores
Chrome Web Store: https://chrome.google.com/webstore/detail/dbccejmmnkoaaffbliocemfkhabmemhe
Microsoft Edge Add-ons: https://microsoftedge.microsoft.com/addons/detail/xbrowser-bookmark-sync/gdbkdcohpokcfaheiojfamnmfoniaeca
Firefox Add-ons: https://addons.mozilla.org/en-US/firefox/addon/xbrowser-bookmark-sync/
Install from CRX file
Download xbrowser-bookmark-sync.crx to a local folder.
Open Chrome and go to the Extensions page
- Method 1: Enter
chrome://extensions/in the address bar - Method 2: Menu → More tools → Extensions
- Method 1: Enter
Turn on “Developer mode” in the upper-right corner.
Drag the CRX file from your file manager onto the Extensions page to complete the installation.
Install in Developer Mode
Chrome / Edge
- Download this project to your local machine:
git clone https://github.com/examplecode/xbrowser-bookmark-sync.git |
Or download the archive xbrowser-bookmark-sync.zip and extract it to a local directory.
Open Chrome and go to the Extensions page
- Method 1: Enter
chrome://extensions/in the address bar - Method 2: Menu → More tools → Extensions
- Method 1: Enter
Turn on “Developer mode” in the upper-right corner.
Click “Load unpacked”.
Select the folder where this project is located.
Once the extension is installed, click the toolbar icon to start using it.
Firefox
Install from ZIP package
Download the archive xbrowser-bookmark-sync-firefox.zip.
Then in Firefox:
- Enter
about:debugging#/runtime/this-firefoxin the address bar. - Click “Load Temporary Add-on”.
- Select the
xbrowser-bookmark-sync-firefox.zipfile you just downloaded.
Install from source
|
Then in Firefox:
- Enter
about:debugging#/runtime/this-firefoxin the address bar. - Click “Load Temporary Add-on”.
- Select the
manifest.jsonfile in the project directory.
Project Structure
├── manifest.json # Extension manifest |
Permissions
bookmarks: Read and modify browser bookmarksstorage: Store user login informationhost_permissions: Access cloud APIs
Development
Debugging
- On the Extensions page, click “Inspect views” to open DevTools.
- Check logs in the Console tab.
- After modifying the code, click the refresh button to reload the extension.
License
MIT License
Contact
If you have any questions or suggestions, please contact X Browser technical support.