Recoll WE Firefox

Examine source code of Recoll WE

By: medoc
Inspect and view changes in Recoll WE source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recoll WE",
  "version": "2.1",
  "description": "Enqueue visited WEB pages for storage and indexing by Recoll.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128-96.png"
  },
  "applications": {
    "gecko": {
      "id": "recoll-we@recoll-org",
      "strict_min_version": "55.0"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "webNavigation",
    "contextMenus",
    "notifications",
    "storage",
    "downloads"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icon16.png"
    },
    "default_title": "Save to Recoll"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js",
        "md5.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Index Page",
      "suggested_key": {
        "default": "Alt+A"
      }
    }
  }
}

Best Recoll WE Alternatives

Here are some Firefox add-ons that are similar to Recoll WE: