Bookmarks Table

Bookmarks Table

View your Chrome bookmarks by date in a sortable searchable table

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bookmarks Table",
  "version": "0.7",
  "description": "View your Chrome bookmarks by date in a sortable searchable table",
  "action": {
    "name": "Load bookmarks",
    "default_icon": {
      "19": "icons/button19_lightgrey.png",
      "38": "icons/button38_lightgrey.png"
    }
  },
  "permissions": [
    "bookmarks"
  ],
  "background": {
    "service_worker": "src/background.js"
  },
  "icons": {
    "16": "icons/button16_lightgrey.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}