Logseq Quick Capture

Logseq Quick Capture

This extension does a quick capture of the web-page that you are currently at and sends its URL and title to your open Logseq graph. If you select any element on the web-page, it will be sent as well.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Logseq Quick Capture",
  "version": "0.2.4",
  "description": "Quick capture for Logseq",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "author": "hkgnp",
  "options_ui": {
    "page": "src/options.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/icon32.png",
    "default_title": "logseq-quick-capture",
    "default_popup": "src/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{04953d10-f97e-4143-87ea-ff21472589b0}"
    }
  }
}