English-Czech Dictionary

An extension providing English to Czech translation
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "English-Czech Dictionary",
  "version": "1.2.1",
  "description": "An extension providing English to Czech translation",
  "homepage_url": "https://github.com/zedpowa/English-Czech-Dictionary#readme",
  "icons": {
    "48": "icons/dict-48.png",
    "128": "icons/dict-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "permissions": [
    "*://glosbe.com/*"
  ],
  "web_accessible_resources": [
    "translator.html",
    "styles.css",
    "ua.svg",
    "da.svg",
    "dictionary/1/*.json",
    "dictionary/2/*.json",
    "dictionary/3/*.json",
    "dictionary/4/*.json"
  ]
}