SpeakBot

SpeakBot

It helps you to read the content and also helps in saving the selected contents as file for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SpeakBot",
  "version": "0.1.0",
  "description": "It helps you to read the content and also helps in saving the selected contents as file for you.",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "index.html"
  },
  "icons": {
    "32": "32.png",
    "64": "128.png",
    "128": "128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "Content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}