LongTerMemory - Quick Importer Firefox

Examine source code of LongTerMemory - Quick Importer

Inspect and view changes in LongTerMemory - Quick Importer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "LongTerMemory Quick Importer",
  "version": "1.0.1",
  "description": "Save web links directly to your LongTerMemory dashboard.",
  "browser_specific_settings": {
    "gecko": {
      "id": "ltm-quick-importer@longtermemory.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "browsingActivity"
        ],
        "optional": []
      }
    }
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://api.longtermemory.com/*",
    "https://transmarine-inwardly-alta.ngrok-free.dev/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://longtermemory.com/*",
        "http://localhost/*",
        "https://transmarine-inwardly-alta.ngrok-free.dev/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/ltm-logo-16x16.png",
      "48": "icons/ltm-logo-48x48.png",
      "128": "icons/ltm-logo-128x128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "icons/ltm-logo-16x16.png",
    "48": "icons/ltm-logo-48x48.png",
    "128": "icons/ltm-logo-128x128.png"
  }
}

Best LongTerMemory - Quick Importer Alternatives

Here are some Firefox add-ons that are similar to LongTerMemory - Quick Importer: