Skip to content

Google Chrome extension: Select a folder, set a source URL, import the bookmarks from that JSON to that folder and to export a folder to a JSON on clipboard.

Notifications You must be signed in to change notification settings

nferro/json-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

json-bookmarks

A Google Chrome extension that allows you to import / export bookmarks in JSON format.

Find it in the Store: https://chrome.google.com/webstore/detail/js-bookmark-importer/fcagljipfanjdjphdfhfehfdjkpiefbd?utm_source=chrome-app-launcher-info-dialog.

JSON format

The expected / generated format is as follows:

[
  {
    "title": "JSON Bookmarks on Web store",
    "url": "https://chrome.google.com/webstore/detail/js-bookmark-importer/fcagljipfanjdjphdfhfehfdjkpiefbd/related?utm_source=chrome-ntp-icon"
  },
  {
    "title": "JSON Bookmarks on GitHub",
    "url": "https://github.com/nferro/json-bookmarks"
  },
  {
    "title": "Sub folder",
    "items": [
      {
        "title": "Google",
        "url": "http://www.google.com/"
      },
      {
        "title": "Trial Website",
        "url": "http://trial.local.skystore.com/"
      }
  }
]

About

Google Chrome extension: Select a folder, set a source URL, import the bookmarks from that JSON to that folder and to export a folder to a JSON on clipboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published