Vakame Page Reader Firefox

Examine source code of Vakame Page Reader

By: Vakame
Inspect and view changes in Vakame Page Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Vakame Reader Launcher",
  "version": "0.3",
  "description": "Easily launch webpage content into Vakame.com for interactive reading with full dictionary support. Ideal for language learners and readers who want to understand text more efficiently.",
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "scripting",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Readability.js",
        "content.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Vakame Page Reader"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "Readability.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "web_extension@vakame.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Vakame Page Reader Alternatives

Here are some Firefox add-ons that are similar to Vakame Page Reader: