#2337·floccus

Support JSON bookmarks sync

Author: ScriptJunkyCreated Aug 18, 2026Updated Aug 18, 2026
Labelsenhancement

Describe the feature you'd like to request

I have been using this for creating a bookmarks collection that's fairly easy to support over Git, and looked at the supported XBEL format and found it more difficult to read than the format support by this JSON bookmarks extension;

https://chromewebstore.google.com/detail/json-bookmarks/nalfimhmhafapgfcmajjjgeohmcnlfeh?hl=en&pli=1

Here's what the JSON structure looks like --

{
  "version": 3,
  "reference": "https://github.com/1nfiniteloop/json-bookmarks",
  "bookmarks": [
    {
      "title": "Capital One",
      "url": "https://myaccounts.capitalone.com/welcome",
      "path": "/${BOOKMARKS_BAR}/Bookmarks/Payments"
    },
    {
      "title": "Chase Online",
      "url": "https://chaseonline.chase.com/",
      "path": "/${BOOKMARKS_BAR}/Bookmarks/Payments"
    },
    {
      "title": "AT&T",
      "url": "https://www.att.com/",
      "path": "/${BOOKMARKS_BAR}/Bookmarks/Payments"
    }
  ]
}

Could this format be supported over Git synchronization?

Describe the solution you'd like

Ability to sync the v3 bookmarks JSON format when doing Git/Webdav synchronization

Describe alternatives you've considered

XBEL