Logseq Web Clipper Firefox

Examine source code of Logseq Web Clipper

Inspect and view changes in Logseq Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Logseq Web Clipper",
  "version": "1.0",
  "description": "Clip highlighted text from any page in Logseq format.",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{578c1b4d-3862-44c5-bc5d-32b239d855ba}"
    }
  }
}

Best Logseq Web Clipper Alternatives

Here are some Firefox add-ons that are similar to Logseq Web Clipper: