Obsidian Simple Read Later Firefox

Examine source code of Obsidian Simple Read Later

Inspect and view changes in Obsidian Simple Read Later source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Obsidian Simple Read Later",
  "description": "Save URLs to your Obsidian vault with a click of a button to read them later!",
  "version": "1.0.0",
  "action": {
    "default_title": "Save URL to Obsidian"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "http://127.0.0.1:27123/vault/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "128": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "obsidian-simple-read-later@aigoncharov.github"
    }
  },
  "homepage_url": "https://github.com/aigoncharov/obsidian-simple-read-later"
}

Best Obsidian Simple Read Later Alternatives

Here are some Firefox add-ons that are similar to Obsidian Simple Read Later: