iCloud Bookmarks

Keep your Chrome bookmarks on Windows up to date with the Safari bookmarks on your iPhone, iPad, and Mac.
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",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "version": "2.3.40",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "128": "images/icloud-icon-128x128.png"
  },
  "minimum_chrome_version": "100",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "19": "images/icloud-icon-19x19.png",
      "38": "images/icloud-icon-38x38.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "bookmarks",
    "nativeMessaging",
    "storage"
  ],
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDyQUF4xZsYYoYJUPaRe2dPOo7YIqzMluJ78ac/Smq6KtEWqvNYXz1wvy17JsjsZ+FBwvHqU5M2VW9zeYz6s+V1jk9LXnPofNQa/0MBVUHQd8QyPiLF+HboCVVJ/q+1GmQct/pUDfAfUrGVvZP5NFmcdwu8LxDTbrgywzpBpDePaQIDAQAB"
}