Send to Journal Firefox

Examine source code of Send to Journal

Inspect and view changes in Send to Journal source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Send to Journal",
  "description": "Adds links to your Obsidian or LogSeq daily notes",
  "version": "1.7",
  "browser_specific_settings": {
    "gecko": {
      "id": "obsidian-simple-pin@dinhe.net",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "48": "push-pin.svg",
    "96": "push-pin.svg"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "page_action": {
    "browser_style": true,
    "show_matches": [
      "*://*/*"
    ],
    "default_icon": {
      "16": "push-pin.svg",
      "32": "push-pin.svg"
    },
    "default_title": "Pin"
  },
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Send to Journal Alternatives

Here are some Firefox add-ons that are similar to Send to Journal: