Sprucemarks

Automatically sort bookmarks.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sprucemarks",
  "short_name": "Sprucemarks",
  "description": "Automatically sort bookmarks.",
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "55",
  "options_page": "options.html",
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "version": "2019.10.15.0"
}