PDF Mesh Firefox

Examine source code of PDF Mesh

Por: PDF Mesh
Inspect and view changes in PDF Mesh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "PDF Mesh",
  "version": "1.0",
  "description": "This extension Allows quick conversion for any file to PDF from the task bar icon. A new tab will show a background image.",
  "icons": {
    "48": "images/icons/48.png",
    "128": "images/icons/128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{508912e5-9065-4b9b-b020-86fa0d69bbcc}"
    }
  },
  "host_permissions": [
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "48": "images/icons/48.png",
      "128": "images/icons/128.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ext.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "css/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' https://ajax.googleapis.com;"
  }
}

Mejores alternativas PDF Mesh

Aquí hay algunas Firefox add-ons que son similares a PDF Mesh: