TextToHelium

TextToHelium

Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "TextToHelium",
  "version": "0.1",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "sample.js",
      "index.js"
    ]
  },
  "manifest_version": 2,
  "description": "Highlight any piece of text and your friendly neighbourhood helium canister will say it for you.",
  "content_security_policy": "script-src 'self' https://www.google.com; object-src 'self'",
  "icons": {
    "128": "icon.png"
  }
}