Notas Pro Firefox

Examine source code of Notas Pro

Inspect and view changes in Notas Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Notas Pro",
  "version": "2.0.1",
  "description": "Extensión moderna para gestionar notas con sincronización en la nube y OCR.",
  "author": "Hector Daniel Ayarachi Fuentes",
  "browser_specific_settings": {
    "gecko": {
      "id": "notas-pro@extension",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "type": "module"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "sidebar_action": {
    "default_panel": "popup.html",
    "default_title": "Notas Pro"
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "downloads",
    "activeTab",
    "scripting",
    "notifications",
    "contextMenus"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/clipboard-monitor.js"
      ],
      "all_frames": true
    }
  ],
  "commands": {
    "_execute_sidebar_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Y"
      },
      "description": "Abrir Notas Pro en el panel lateral"
    }
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "OCR/dialog.html",
        "OCR/message-dialog.html",
        "OCR/config/config.json",
        "OCR/styles/material.min.css",
        "OCR/styles/cs.css",
        "OCR/scripts/tesseract.esm.js",
        "OCR/scripts/worker.min.js",
        "OCR/scripts/tesseract-core-simd.wasm.js",
        "OCR/scripts/tesseract-core-simd.wasm",
        "OCR/tessdata/*",
        "OCR/tessdata_best/*",
        "OCR/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Mejores alternativas Notas Pro

Aquí hay algunas Firefox add-ons que son similares a Notas Pro: