Keep - Search bookmarks from anywhere Firefox

Examine source code of Keep - Search bookmarks from anywhere

Inspect and view changes in Keep - Search bookmarks from anywhere source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Keep - Search bookmarks from anywhere",
  "version": "0.1.25",
  "description": "Turn links, bookmarks, threads, videos, and emails into a clean, searchable text context feed for you or your AI agents.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_title": "Keep",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "https://keep.md/*"
      ],
      "js": [
        "connect.js"
      ]
    },
    {
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ],
      "js": [
        "x-bookmark.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "https://x.com/i/bookmarks*",
        "https://twitter.com/i/bookmarks*"
      ],
      "js": [
        "x-bookmarks-export-content.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "native-save.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "bookmarks",
    "contextMenus",
    "scripting",
    "downloads",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "x-bookmarks-export-injected.js"
      ],
      "matches": [
        "https://x.com/*",
        "https://twitter.com/*"
      ]
    },
    {
      "resources": [
        "native-save-bridge.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "commands": {
    "keep-current-tab": {
      "suggested_key": {
        "default": "Ctrl+Shift+K",
        "mac": "Command+Shift+K"
      },
      "description": "Save current tab to Keep"
    },
    "keep-all-tabs": {
      "suggested_key": {
        "default": "Ctrl+Shift+L",
        "mac": "Command+Shift+L"
      },
      "description": "Save all tabs to Keep"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "bookmarksInfo",
          "websiteActivity",
          "websiteContent"
        ]
      },
      "id": "extension@keep.md"
    }
  }
}

Best Keep - Search bookmarks from anywhere Alternatives

Here are some Firefox add-ons that are similar to Keep - Search bookmarks from anywhere: