The People’s Sound

The People’s Sound

An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "The People’s Sound",
  "description": "An easy way to listen to pronunciations in the People’s Dictionary (Folkets lexikon).",
  "version": "0.0.0.6",
  "icons": {
    "128": "logo128.png"
  },
  "author": [
    {
      "name": "Ivan Ukhov"
    }
  ],
  "content_scripts": [
    {
      "js": [
        "jquery.min.js",
        "sound.js"
      ],
      "matches": [
        "http://folkets-lexikon.csc.kth.se/**"
      ],
      "run_at": "document_start"
    }
  ]
}