Giter Club home page Giter Club logo

Comments (1)

machawk1 avatar machawk1 commented on July 22, 2024

On macOS, Google Chrome bookmarks are stored in:

/Users/(USERNAME)/Library/Application Support/Google/Chrome/Default/bookmarks

...as a JSON file, e.g.,

{
   "checksum": "ab7499b01ccc8b4442b1a3dfbaa56d54",
   "roots": {
      "bookmark_bar": {
         "children": [ {
            "date_added": "13068834331760000",
            "guid": "33fd2e0d-00f6-fbda-bc5b-b08b0fe11be3",
            "id": "5",
            "meta_info": {
               "last_visited_desktop": "13178836817449745"
            },
            "name": "",
            "type": "url",
            "url": "http://example.com"
         }, {
            "children": [ {
               "date_added": "13239494202221762",
               "guid": "596b59c6-4eb3-40e5-be2d-41578d94d6ae",
               "id": "7",
               "name": "Lorem Ipsum",
               "type": "url",
               "url": "https://example.com/longerurl.php"
            }, {
               "date_added": "13227737970128135",
               "guid": "d2d396d6-d1a6-4d03-a9d1-78ec3d1cef85",
               "id": "8",
               "name": "Another URL",
               "type": "url",
               "url": "https://example.com/longerurl.php2"
            }],
            "date_added": "13267547399822535",
            "date_modified": "13267547399822535",
            "guid": "16b4f6d1-45b4-4f8a-a4ec-fccc6aa14275",
            "id": "6",
            "name": "myfolder",
            "type": "folder"
         }],
         "date_added": "13267303887326366",
         "date_modified": "13277255203545711",
         "guid": "00000000-0000-4000-a000-000000000002",
         "id": "1",
         "name": "Bookmarks Bar",
         "type": "folder"
      },
...

from wail.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.