Memos Web Clipper Firefox

Examine source code of Memos Web Clipper

Inspect and view changes in Memos Web Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Memos",
  "description": "The browser extension for Memos.",
  "homepage_url": "https://github.com/diogovalentte/memos-browser-extension",
  "version": "1.3.0",
  "browser_action": {
    "default_popup": "./index.html",
    "default_icon": {
      "16": "./16.png",
      "32": "./32.png",
      "48": "./48.png",
      "128": "./128.png"
    },
    "default_title": "Memos"
  },
  "options_ui": {
    "page": "./src/pages/Options/options.html",
    "browser_style": false
  },
  "icons": {
    "16": "./16.png",
    "32": "./32.png",
    "48": "./48.png",
    "128": "./128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "bookmarks",
    "contextMenus",
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+K"
      }
    }
  },
  "omnibox": {
    "keyword": "lk"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false,
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "diogo@valentium.com.br",
      "strict_min_version": "109.0"
    }
  }
}

Best Memos Web Clipper Alternatives

Here are some Firefox add-ons that are similar to Memos Web Clipper: