Import Brave bookmarks

Any plans to add bookmark import from Brave? The browser is really getting traction.

Not yet but we’ll consider this for future releases. In which format does Brave actually store it’s bookmarks?

Good news! It’s JSON.

{
   "checksum": "8d370ef6eedeec254e83f139ad5c0c9f",
   "roots": {
      "bookmark_bar": {
         "children": [ {
            "date_added": "13240345855487235",
            "guid": "f7a2017b-70a4-47b5-8eba-9f955786bfc3",
            "id": "377",
            "name": "xxx",
            "type": "url",
            "url": "javascript:(function()%7Bfunction%20loadScript()%7Bif(console%20%26%26%20typeof(console.log)%3D%3D%3D%27function%27)%7Bconsole.log(%27SpritzletInit%20v1.1.15%20-%20Loading%20http://xxx.xxx"
         }, {
            "date_added": "13228325109199296",
            "guid": "8bbba683-7e6d-4f99-8a6a-d9b986ca97d8",
            "id": "5",
            "name": "xxx",
            "type": "url",
            "url": "http://xxx.xxx"
         }, {
            "date_added": "13228327150062548",
            "guid": "d7d959f2-d771-4f28-b4ad-efdfd53afbf8",
            "id": "6",
            "name": "xxx",
            "type": "url",
            "url": "http://xxx.xxx"
         }, {
            "date_added": "13228432644994712",
            "guid": "67d7b5d9-197e-4f93-8fa7-492fe28f8d07",
            "id": "7",
            "name": "xxx",
            "type": "url",
            "url": "http://xxx.xxx"
         }, {
            "date_added": "13228524580022534",
            "guid": "8d079ae5-d20b-4845-93bd-46e8735dbe9c",
            "id": "9",
            "name": "xxx",
            "type": "url",
            "url": "http://xxx.xxx"
         }, {
            "date_added": "13228601270736096",
            "guid": "377b70be-e9a8-48b5-8440-0ac802b9af95",
            "id": "11",
            "name": "xxx",
            "type": "url",
            "url": "http://xxx.xxx"
         }, {
            "date_added": "13228823951466805",
            "guid": "0b63f942-994f-4aaf-937e-ce99ed348346",
            "id": "13",
            
..........SNIP..........SNIP..........

            }, {
               "date_added": "13241144877079861",
               "guid": "c719c0a4-1665-41ab-9492-526e59de4924",
               "id": "390",
               "name": "xxx",
               "type": "url",
               "url": "http://xxx.xxx"
            } ],
            "date_added": "13235744358457316",
            "date_modified": "13241144877079861",
            "guid": "9913d8bd-5c31-4b08-a3ce-5c5e3c582a4f",
            "id": "234",
            "name": "xxx",
            "type": "folder"
         }, {
            "date_added": "13240359687076829",
            "guid": "0d927d8b-5998-4792-b74c-9a1532cd7b7c",
            "id": "378",
            "name": "xxx",
            "type": "url",
            "url": "http://xxx.xxx"
         } ],
         "date_added": "13228310563811174",
         "date_modified": "13240359697620591",
         "guid": "00000000-0000-4000-a000-000000000002",
         "id": "1",
         "name": "xxx",
         "type": "folder"
      },
      "other": {
         "children": [  ],
         "date_added": "13228310563811240",
         "date_modified": "0",
         "guid": "00000000-0000-4000-a000-000000000003",
         "id": "2",
         "name": "xxx",
         "type": "folder"
      },
      "synced": {
         "children": [  ],
         "date_added": "13228310563811244",
         "date_modified": "0",
         "guid": "00000000-0000-4000-a000-000000000004",
         "id": "3",
         "name": "xxx",
         "type": "folder"
      }
   },
   "version": 1
}


Looks like Chrome’s bookmarks actually. What’s the path of the file and could you send the file cgrunenberg - at - devon-technologies.com? Thanks!

Bookmark file location appears to be…

I don’t use this browser much but here’s an example…
Bookmarks.zip (993 Bytes)

The next release will support this.

1 Like