Karakeep Firefox

Examine source code of Karakeep

Inspect and view changes in Karakeep source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Karakeep",
  "description": "An extension to bookmark links to karakeep.app",
  "version": "1.2.11",
  "icons": {
    "16": "public/logo-16.png",
    "48": "public/logo-48.png",
    "128": "public/logo-128.png"
  },
  "action": {
    "default_popup": "index.html",
    "theme_icons": [
      {
        "light": "logo-16-darkmode.png",
        "dark": "logo-16.png",
        "size": 16
      },
      {
        "light": "logo-48-darkmode.png",
        "dark": "logo-48.png",
        "size": 48
      },
      {
        "light": "logo-128-darkmode.png",
        "dark": "logo-128.png",
        "size": 128
      }
    ]
  },
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "options_ui": {
    "page": "index.html#options",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "addon@karakeep.app"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "permissions": [
    "storage",
    "tabs",
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/singlefile-content-script.ts-DnhoUN6G.js"
      ],
      "matches": [
        "https://karakeep.invalid/*"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*.js"
      ]
    },
    {
      "matches": [
        "https://karakeep.invalid/*"
      ],
      "resources": [
        "assets/singlefile-content-script.ts-DnhoUN6G.js"
      ]
    }
  ],
  "commands": {
    "add-link": {
      "suggested_key": {
        "default": "Ctrl+Shift+E"
      },
      "description": "Send the current page URL to Karakeep."
    }
  }
}

Mejores alternativas Karakeep

Aquí hay algunas Firefox add-ons que son similares a Karakeep: